mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
_T should not be defined here
svn path=/trunk/; revision=13619
This commit is contained in:
parent
8764a46ff1
commit
ffb21066c5
1 changed files with 0 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue