Changeset 497 for trunk/Include/crt.sbp


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/crt.sbp

    r400 r497  
    11'crt.sbp
    2 
    3 #ifndef _INC_CRT
    4 #define _INC_CRT
    52
    63#ifndef _DEFINE_CRTDLL_NAME
     
    7673Declare Function memcmp cdecl lib "msvcrt" (p1 As VoidPtr, p2 As VoidPtr, n As SIZE_T) As Long
    7774Declare Function wmemcmp cdecl lib "msvcrt" (p1 As *WCHAR, p2 As WCHAR, n As SIZE_T) As Long
    78 
    79 
    80 #endif '_INC_CRT
Note: See TracChangeset for help on using the changeset viewer.