honor __USE_W32API
Modified: trunk/reactos/include/tchar.h

Modified: trunk/reactos/include/tchar.h
--- trunk/reactos/include/tchar.h	2005-01-05 20:59:10 UTC (rev 12837)
+++ trunk/reactos/include/tchar.h	2005-01-05 21:00:51 UTC (rev 12838)
@@ -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 @@
 
 #endif	/* Not _UNICODE */
 
+#endif  /* Not __USE_W32API */
+
 #endif	/* Not _TCHAR_H_ */