mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
fix linux build
svn path=/trunk/; revision=28865
This commit is contained in:
parent
e46b50d110
commit
0412c4b0ae
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue