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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/system/string.sbp

    r478 r497  
    11'string.sbp
    22'文字列変数の操作用
    3 
    4 #ifndef _INC_BASIC_STRING
    5 #define _INC_BASIC_STRING
    63
    74Function StrPtr(s As String) As *Char
     
    319316
    320317#ifndef UNICODE
    321 Typedef BoxedStrChar = System.SByte
     318TypeDef BoxedStrChar = System.SByte
    322319#else
    323320TypeDef BoxedStrChar = System.UInt16
    324321#endif
    325 
    326 #endif '_INC_BASIC_STRING
Note: See TracChangeset for help on using the changeset viewer.