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

    r478 r497  
    250250Declare Function ImmSetOpenStatus Lib "imm32" (himc As HIMC, fOpen As BOOL) As BOOL
    251251
    252 #ifdef _INC_GDI '_WINGDI_
    253252#ifndef NOGDI
    254253Declare Function ImmGetCompositionFontA Lib "imm32" (hIMC As HIMC, ByRef lf As LOGFONTA) As BOOL
     
    268267#endif
    269268#endif 'NOGDI
    270 #endif '_INC_GDI
    271269
    272270Declare Function ImmConfigureIMEA Lib "imm32" (hkl As HKL, hwnd As HWND, dwMode As DWord, lpData As VoidPtr) As BOOL
Note: See TracChangeset for help on using the changeset viewer.