Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
64cf2db9
Commit
64cf2db9
authored
13 years ago
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include: Define MUTEX_ALL_ACCESS in a PSDK compatible way.
parent
6235e6fd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/winbase.h
+3
-0
3 additions, 0 deletions
include/winbase.h
include/winnt.h
+2
-2
2 additions, 2 deletions
include/winnt.h
with
5 additions
and
2 deletions
include/winbase.h
+
3
−
0
View file @
64cf2db9
...
...
@@ -885,6 +885,9 @@ typedef DWORD (WINAPI *APPLICATION_RECOVERY_CALLBACK)(PVOID);
#define FS_VOL_IS_COMPRESSED FILE_VOLUME_IS_COMPRESSED
#define FS_FILE_COMPRESSION FILE_FILE_COMPRESSION
#define MUTEX_MODIFY_STATE MUTANT_QUERY_STATE
#define MUTEX_ALL_ACCESS MUTANT_ALL_ACCESS
#define EXCEPTION_ACCESS_VIOLATION STATUS_ACCESS_VIOLATION
#define EXCEPTION_DATATYPE_MISALIGNMENT STATUS_DATATYPE_MISALIGNMENT
#define EXCEPTION_BREAKPOINT STATUS_BREAKPOINT
...
...
This diff is collapsed.
Click to expand it.
include/winnt.h
+
2
−
2
View file @
64cf2db9
...
...
@@ -4247,8 +4247,8 @@ typedef enum tagSID_NAME_USE {
#define SEMAPHORE_MODIFY_STATE 0x0002
#define SEMAPHORE_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|0x3)
#define MUT
EX_MODIF
Y_STATE 0x0001
#define MUT
EX
_ALL_ACCESS
(STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|
0x1
)
#define MUT
ANT_QUER
Y_STATE 0x0001
#define MUT
ANT
_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED|SYNCHRONIZE|
MUTANT_QUERY_STATE
)
#define JOB_OBJECT_ASSIGN_PROCESS 0x0001
#define JOB_OBJECT_SET_ATTRIBUTES 0x0002
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment