mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
use TCHAR instead of WCHAR
svn path=/trunk/; revision=24648
This commit is contained in:
parent
94663d29ba
commit
2aceefe1a5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ namespace System_
|
|||
int length = ((unsigned)ptr - (unsigned)offset);
|
||||
length /= sizeof(TCHAR);
|
||||
|
||||
offset[length] = L'\0';
|
||||
offset[length] = _T('\0');
|
||||
|
||||
string line = offset;
|
||||
lines.push_back (line);
|
||||
|
|
Loading…
Reference in a new issue