Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
986f1974
Commit
986f1974
authored
Oct 12, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 12, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ROTFLAGS have their own ifdef protection, take them out of the
_SECURITY_DEFINED ifdef block.
parent
d55ccfd9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
wtypes.h
include/wtypes.h
+2
-3
No files found.
include/wtypes.h
View file @
986f1974
...
@@ -231,13 +231,12 @@ typedef struct {
...
@@ -231,13 +231,12 @@ typedef struct {
PACL
Dacl
;
PACL
Dacl
;
}
SECURITY_DESCRIPTOR
,
*
PSECURITY_DESCRIPTOR
;
}
SECURITY_DESCRIPTOR
,
*
PSECURITY_DESCRIPTOR
;
#endif
/* _SECURITY_DEFINED */
#ifndef _ROTFLAGS_DEFINED
#ifndef _ROTFLAGS_DEFINED
#define _ROTFLAGS_DEFINED
#define _ROTFLAGS_DEFINED
#define ROTFLAGS_REGISTRATIONKEEPSALIVE 0x1
#define ROTFLAGS_REGISTRATIONKEEPSALIVE 0x1
#define ROTFLAGS_ALLOWANYCLIENT 0x2
#define ROTFLAGS_ALLOWANYCLIENT 0x2
#endif
/* !defined(_ROTFLAGS_DEFINED) */
#endif
/* !defined(_ROTFLAGS_DEFINED) */
#endif
/* _SECURITY_DEFINED */
#endif
/* __WINE_WTYPES_H */
#endif
/* __WINE_WTYPES_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment