[ros-diffs] [hpoussin] 22603: I forgot the ! when committing revision 22589.

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Sun Jun 25 01:12:32 CEST 2006


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=22603&r1=22602&r2=22603&view=diff
==============================================================================
--- 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
 




More information about the Ros-diffs mailing list