mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
added #include <msvcrt/string.h>
svn path=/trunk/; revision=5514
This commit is contained in:
parent
254b88eb63
commit
47916748b6
1 changed files with 5 additions and 3 deletions
|
@ -29,15 +29,17 @@
|
|||
* DISCLAIMED. This includes but is not limited to warranties of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Author: hyperion $
|
||||
* $Date: 2003/07/06 23:04:18 $
|
||||
* $Revision: 1.10 $
|
||||
* $Author: royce $
|
||||
* $Date: 2003/08/11 00:04:05 $
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _TCHAR_H_
|
||||
#define _TCHAR_H_
|
||||
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
/*
|
||||
* NOTE: This tests _UNICODE, which is different from the UNICODE define
|
||||
* used to differentiate Win32 API calls.
|
||||
|
|
Loading…
Reference in a new issue