_T should not be defined here
Modified: trunk/reactos/include/base.h
--- trunk/reactos/include/base.h 2005-02-17 12:46:56 UTC (rev 13618) +++ trunk/reactos/include/base.h 2005-02-17 14:06:19 UTC (rev 13619) @@ -412,16 +412,10 @@
#ifndef _DISABLE_TIDENTS # ifdef UNICODE
-# ifndef _T -# define _T(quote) L##quote -# endif /* _T */
# ifndef _TEXT # define TEXT(quote) L##quote # endif /* _TEXT */ # else /* UNICODE */
-# ifndef _T -# define _T(quote) quote -# endif /* _T */
# ifndef _TEXT # define TEXT(quote) quote # endif /* _TEXT */