Commit 986f1974 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

_SECURITY_DEFINED ifdef block.
parent d55ccfd9
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment