Ignore:
Timestamp:
Jul 12, 2008, 2:14:23 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

Dictionary.Removeとテストを追加。#promptでコンパイルできない問題を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/basic/prompt.sbp

    r497 r537  
    124124                    SetBkMode(hDC, TRANSPARENT)
    125125                Else
    126                     Debug
     126'                   Debug
    127127                    ret = SetBkMode(hDC, OPAQUE)
    128128                    ret = SetBkColor(hDC, currentLineCharInfo[i2].BackColor)
     
    454454End Function
    455455
    456 Function PromptMain(dwData As Long) As Long
     456Function PromptMain(data As VoidPtr) As DWord
    457457    Dim i As Long
    458458    'Allocate
Note: See TracChangeset for help on using the changeset viewer.