use TCHAR instead of WCHAR

svn path=/trunk/; revision=24648
This commit is contained in:
Christoph von Wittich 2006-10-25 12:49:35 +00:00
parent 94663d29ba
commit 2aceefe1a5

View file

@ -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);