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