Changeset 258 for Include/system/string.sbp
- Timestamp:
- May 21, 2007, 1:03:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/system/string.sbp
r237 r258 157 157 158 158 Function GetTCStr(s As String, ByRef tcs As PCTSTR) As SIZE_T 159 Return GetStr(s.Chars, s.Length As SIZE_T, wcs)159 Return GetStr(s.Chars, s.Length As SIZE_T, tcs) 160 160 End Function 161 161 … … 177 177 178 178 Function GetSCStr(s As String, ByRef ss As *StrChar) As SIZE_T 179 Return GetStr(s.Chars, s.Length As SIZE_T, wcs)179 Return GetStr(s.Chars, s.Length As SIZE_T, ss) 180 180 End Function 181 181
Note:
See TracChangeset
for help on using the changeset viewer.