Ignore:
Timestamp:
Jun 21, 2008, 8:01:01 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

表記揺れ、ミスなど修正

File:
1 edited

Legend:

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

    r497 r521  
    15521552Declare Function SetTimer Lib "user32" (hWnd As HWND, nIDEvent As ULONG_PTR, nElapse As DWord, lpTimerFunc As TIMERPROC) As ULONG_PTR
    15531553
    1554 Declare Function SetWindowContextHelpId Lib "user32"(hwnd As HWND, dwContextHelpId As DWord) As BOOL
     1554Declare Function SetWindowContextHelpId Lib "user32" (hwnd As HWND, dwContextHelpId As DWord) As BOOL
    15551555#ifdef _WIN64
    15561556Declare Function SetWindowLong Lib "user32" Alias _FuncName_SetWindowLongPtr (hWnd As HWND, nIndex As Long, NewLong As LONG_PTR) As LONG_PTR
Note: See TracChangeset for help on using the changeset viewer.