mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
I forgot the ! when committing revision 22589.
svn path=/trunk/; revision=22603
This commit is contained in:
@@ -374,10 +374,10 @@ typedef struct _LSA_TRANSLATED_NAME {
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user