fix linux build

svn path=/trunk/; revision=28865
This commit is contained in:
Christoph von Wittich 2007-09-04 22:51:21 +00:00
parent e46b50d110
commit 0412c4b0ae

View file

@ -18,6 +18,7 @@
#else
#define TCHAR char
#define tstrcpy strcpy
#define _tcstok strtok
#define _tcschr strchr
#define _tcscat strcat
#define _tcscpy(str1, str2) strcpy(str1, str2)