ROTFLAGS have their own ifdef protection, take them out of the
_SECURITY_DEFINED ifdef block.
This commit is contained in:
parent
d55ccfd968
commit
986f197497
|
@ -231,13 +231,12 @@ typedef struct {
|
|||
PACL Dacl;
|
||||
} SECURITY_DESCRIPTOR, *PSECURITY_DESCRIPTOR;
|
||||
|
||||
#endif /* _SECURITY_DEFINED */
|
||||
|
||||
#ifndef _ROTFLAGS_DEFINED
|
||||
#define _ROTFLAGS_DEFINED
|
||||
#define ROTFLAGS_REGISTRATIONKEEPSALIVE 0x1
|
||||
#define ROTFLAGS_ALLOWANYCLIENT 0x2
|
||||
#endif /* !defined(_ROTFLAGS_DEFINED) */
|
||||
|
||||
#endif /* _SECURITY_DEFINED */
|
||||
|
||||
|
||||
#endif /* __WINE_WTYPES_H */
|
||||
|
|
Loading…
Reference in New Issue