added #include <msvcrt/string.h>

svn path=/trunk/; revision=5514
This commit is contained in:
Royce Mitchell III 2003-08-11 00:04:05 +00:00
parent 254b88eb63
commit 47916748b6

View file

@ -29,15 +29,17 @@
* DISCLAIMED. This includes but is not limited to warranties of * DISCLAIMED. This includes but is not limited to warranties of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* $Author: hyperion $ * $Author: royce $
* $Date: 2003/07/06 23:04:18 $ * $Date: 2003/08/11 00:04:05 $
* *
*/ */
#ifndef _TCHAR_H_ #ifndef _TCHAR_H_
#define _TCHAR_H_ #define _TCHAR_H_
#include <msvcrt/string.h>
/* /*
* NOTE: This tests _UNICODE, which is different from the UNICODE define * NOTE: This tests _UNICODE, which is different from the UNICODE define
* used to differentiate Win32 API calls. * used to differentiate Win32 API calls.