Changeset 278


Ignore:
Timestamp:
Jun 15, 2007, 10:31:12 AM (17 years ago)
Author:
NoWest
Message:

ミスを訂正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/api_system.sbp

    r258 r278  
    681681Declare Function LocalSize Lib "kernel32" (hMem As HLOCAL) As SIZE_T
    682682Declare Function LocalUnlock Lib "kernel32" (hMem As HLOCAL) As BOOL
    683 Declare Function LockFile Lib "kernel32" (hFile As DWord, dwFileOffsetLow As DWord, dwFileOffsetHigh As DWord, nNumberOfBytesToLockLow As DWord, nNumberOfBytesToLockHigh As DWord) As BOOL
     683Declare Function LockFile Lib "kernel32" (hFile As HANDLE, dwFileOffsetLow As DWord, dwFileOffsetHigh As DWord, nNumberOfBytesToLockLow As DWord, nNumberOfBytesToLockHigh As DWord) As BOOL
    684684Declare Function LoadLibrary Lib "kernel32" Alias _FuncName_LoadLibrary (pLibFileName As PCTSTR) As HINSTANCE
    685685
Note: See TracChangeset for help on using the changeset viewer.