_T should not be defined here

svn path=/trunk/; revision=13619
This commit is contained in:
Gunnar Dalsnes 2005-02-17 14:06:19 +00:00
parent 8764a46ff1
commit ffb21066c5

View file

@ -412,16 +412,10 @@ typedef enum _SID_NAME_USE {
#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 */