Changeset 497 for trunk/Include/system/string.sbp
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/system/string.sbp
r478 r497 1 1 'string.sbp 2 2 '文字列変数の操作用 3 4 #ifndef _INC_BASIC_STRING5 #define _INC_BASIC_STRING6 3 7 4 Function StrPtr(s As String) As *Char … … 319 316 320 317 #ifndef UNICODE 321 Type def BoxedStrChar = System.SByte318 TypeDef BoxedStrChar = System.SByte 322 319 #else 323 320 TypeDef BoxedStrChar = System.UInt16 324 321 #endif 325 326 #endif '_INC_BASIC_STRING
Note:
See TracChangeset
for help on using the changeset viewer.