Ignore:
Timestamp:
Mar 13, 2008, 9:06:43 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

現在向けに修正(参照型のポインタの排除など)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/basic/command.sbp

    r457 r478  
    44#ifndef _INC_COMMAND
    55#define _INC_COMMAND
    6 
    7 #require <windows.sbp>
    8 #require <Classes/System/Environment.ab>
    9 #require <Classes/ActiveBasic/Windows/Windows.ab>
    106
    117Const _System_Type_SByte = 1
     
    6763
    6864Macro MSGBOX(hwnd As HWND, str As String)(title As String, boxType As DWord, ByRef retAns As DWord)
    69     Dim ret = ActiveBasic.Windows.Detail._System_MessageBox(hwnd, ToSCStr(str), ToSCStr(title), boxType)
    70     If VarPtr(retAns) Then
    71         retAns = ret
    72     End If
     65'   Dim ret = MessageBox(hwnd, ToTCStr(str), ToTCStr(title), boxType)
     66'   If VarPtr(retAns) Then
     67'       retAns = ret
     68'   End If
    7369End Macro
    7470
Note: See TracChangeset for help on using the changeset viewer.