mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
Don't redefine UNICODE_STRING/STRING (may happen if winternl.h is already included)
svn path=/trunk/; revision=22589
This commit is contained in:
@@ -374,8 +374,10 @@ typedef struct _LSA_TRANSLATED_NAME {
|
||||
LONG DomainIndex;
|
||||
} LSA_TRANSLATED_NAME, *PLSA_TRANSLATED_NAME;
|
||||
|
||||
#ifndef _NTDEF_
|
||||
#if defined(_NTDEF_) && !defined(UNICODE_STRING)
|
||||
typedef LSA_UNICODE_STRING UNICODE_STRING, *PUNICODE_STRING;
|
||||
#endif
|
||||
#if defined(_NTDEF_) && !defined(STRING)
|
||||
typedef LSA_STRING STRING, *PSTRING ;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user