Changeset 173 for Include/api_system.sbp


Ignore:
Timestamp:
Mar 17, 2007, 5:56:56 PM (18 years ago)
Author:
dai
Message:

EnumBaseの=演算子オーバーロードのコードを排除。
その他タイプミスを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_system.sbp

    r170 r173  
    253253    ByRef hWritePipe As HANDLE,
    254254    ByVal pPipeAttributes As *SECURITY_ATTRIBUTES,
    255     ByVal nSize As DWORD) As Long
     255    ByVal nSize As DWord) As Long
    256256Declare Function CreateSemaphore Lib "kernel32" Alias _FuncName_CreateSemaphore (pSemaphoreAttributes As *SECURITY_ATTRIBUTES, lInitialCount As Long, lMaximumCount As Long, pName As PCTSTR) As HANDLE
    257257
     
    762762
    763763Declare Function SetFileTime Lib "kernel32" (hFile As HANDLE, ByRef lpCreationTime As FILETIME, ByRef lpLastAccessTime As FILETIME, ByRef lpLastWriteTime As FILETIME) As BOOL
    764 Declare Function SetLastError Lib "kernel32" (dwErrCode As DWord)
    765 Declare Function SetLastErrorEx Lib "kernel32" (dwErrCode As DWord, dwType As DWord)
     764Declare Sub SetLastError Lib "kernel32" (dwErrCode As DWord)
     765Declare Sub SetLastErrorEx Lib "kernel32" (dwErrCode As DWord, dwType As DWord)
    766766Declare Function SetLocalTime Lib "kernel32" (ByRef lpSystemTime As SYSTEMTIME) As BOOL
    767767Declare Function SetPriorityClass Lib "kernel32" (hProcess As HANDLE, dwPriorityClass As DWord) As BOOL
Note: See TracChangeset for help on using the changeset viewer.