From ffb21066c5e442df228b9ae1b8b08a5d17181b04 Mon Sep 17 00:00:00 2001 From: Gunnar Dalsnes Date: Thu, 17 Feb 2005 14:06:19 +0000 Subject: [PATCH] _T should not be defined here svn path=/trunk/; revision=13619 --- reactos/include/base.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reactos/include/base.h b/reactos/include/base.h index d2c6486a478..5f8dd4ec7fc 100644 --- a/reactos/include/base.h +++ b/reactos/include/base.h @@ -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 */