mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
honor __USE_W32API
svn path=/trunk/; revision=12838
This commit is contained in:
parent
3d5ec80a67
commit
d33004b441
1 changed files with 10 additions and 2 deletions
|
@ -30,14 +30,20 @@
|
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Revision: 1.14 $
|
||||
* $Author: navaraf $
|
||||
* $Date: 2004/08/02 15:04:24 $
|
||||
* $Author$
|
||||
* $Date$
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _ROS_TCHAR_H_
|
||||
#define _ROS_TCHAR_H_
|
||||
|
||||
#ifdef __USE_W32API
|
||||
|
||||
#include_next <tchar.h>
|
||||
|
||||
#else
|
||||
|
||||
#include <msvcrt/string.h>
|
||||
|
||||
/*
|
||||
|
@ -263,4 +269,6 @@ typedef char TCHAR;
|
|||
|
||||
#endif /* Not _UNICODE */
|
||||
|
||||
#endif /* Not __USE_W32API */
|
||||
|
||||
#endif /* Not _TCHAR_H_ */
|
||||
|
|
Loading…
Reference in a new issue