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_tlhelp32.sbp

    r300 r497  
    11' api_tlhelp32.sbp
    2 
    3 #ifndef _INC_TOOLHELP32
    4 #define _INC_TOOLHELP32
    52
    63Const MAX_MODULE_NAME32 = 255
     
    134131Declare Function Module32First Lib "kernel32" (hSnapshot As HANDLE, ByRef me As MODULEENTRY32) As BOOL
    135132Declare Function Module32Next Lib "kernel32" (hSnapshot As HANDLE, ByRef me As MODULEENTRY32) As BOOL
    136 
    137 
    138 
    139 #endif ' _INC_TOOLHELP32
Note: See TracChangeset for help on using the changeset viewer.