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

    r300 r497  
    11'api_console.sbp
    2 
    3 #ifndef _INC_CONSOLE
    4 #define _INC_CONSOLE
    52
    63#ifdef UNICODE
     
    225222Declare Function GetConsoleOutputCP Lib "kernel32" () As DWord
    226223Declare Function SetConsoleOutputCP Lib "kernel32" (wCodePageID As DWord) As BOOL
    227 
    228 
    229 
    230 #endif '_INC_CONSOLE
Note: See TracChangeset for help on using the changeset viewer.