ROTFLAGS have their own ifdef protection, take them out of the

_SECURITY_DEFINED ifdef block.
This commit is contained in:
Francois Gouget 2000-10-12 23:15:29 +00:00 committed by Alexandre Julliard
parent d55ccfd968
commit 986f197497
1 changed files with 2 additions and 3 deletions

View File

@ -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 */