Ignore:
Timestamp:
Mar 28, 2008, 5:43:34 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

インクルードガードとその他不要な前処理定義などの削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/api_window.sbp

    r418 r497  
    11' api_window.sbp - Window Control API
    2 
    3 
    4 #ifndef _INC_WINDOW
    5 #define _INC_WINDOW
    62
    73'-------------
     
    16471643    lfMessageFont As LOGFONTA
    16481644End Type
    1649 #ifdef
     1645#ifdef UNICODE
    16501646TypeDef NONCLIENTMETRICS = NONCLIENTMETRICSW
    16511647#else
     
    21312127Declare Function GetAltTabInfo Lib "user32" Alias "GetAltTabInfoA" (ByVal hwnd As HWND, ByVal iItem As Long, ByRef pati As ALTTABINFO, ByVal pszItemText As LPSTR, ByVal cchItemText As DWord) As BOOL
    21322128#endif ' !UNICODE
    2133 #endif '_INC_WINDOW
Note: See TracChangeset for help on using the changeset viewer.