Author: hpoussin Date: Sun Jun 25 03:12:31 2006 New Revision: 22603
URL: http://svn.reactos.org/svn/reactos?rev=22603&view=rev Log: I forgot the ! when committing revision 22589.
Modified: trunk/reactos/include/ntsecapi.h
Modified: trunk/reactos/include/ntsecapi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ntsecapi.h?rev=2260... ============================================================================== --- trunk/reactos/include/ntsecapi.h (original) +++ trunk/reactos/include/ntsecapi.h Sun Jun 25 03:12:31 2006 @@ -374,10 +374,10 @@ LONG DomainIndex; } LSA_TRANSLATED_NAME, *PLSA_TRANSLATED_NAME;
-#if defined(_NTDEF_) && !defined(UNICODE_STRING) +#if !defined(_NTDEF_) && !defined(UNICODE_STRING) typedef LSA_UNICODE_STRING UNICODE_STRING, *PUNICODE_STRING; #endif -#if defined(_NTDEF_) && !defined(STRING) +#if !defined(_NTDEF_) && !defined(STRING) typedef LSA_STRING STRING, *PSTRING ; #endif