Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
e1f6a81a
Commit
e1f6a81a
authored
Jan 12, 2012
by
Henri Verbeet
Committed by
Alexandre Julliard
Jan 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some missing DDLOCK constants.
parent
a206f436
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
ddraw.h
include/ddraw.h
+12
-8
No files found.
include/ddraw.h
View file @
e1f6a81a
...
@@ -1397,14 +1397,18 @@ DECLARE_INTERFACE_(IDirectDraw,IUnknown)
...
@@ -1397,14 +1397,18 @@ DECLARE_INTERFACE_(IDirectDraw,IUnknown)
/* flags for Lock() */
/* flags for Lock() */
#define DDLOCK_SURFACEMEMORYPTR 0x00000000
#define DDLOCK_SURFACEMEMORYPTR __MSABI_LONG(0x00000000)
#define DDLOCK_WAIT 0x00000001
#define DDLOCK_WAIT __MSABI_LONG(0x00000001)
#define DDLOCK_EVENT 0x00000002
#define DDLOCK_EVENT __MSABI_LONG(0x00000002)
#define DDLOCK_READONLY 0x00000010
#define DDLOCK_READONLY __MSABI_LONG(0x00000010)
#define DDLOCK_WRITEONLY 0x00000020
#define DDLOCK_WRITEONLY __MSABI_LONG(0x00000020)
#define DDLOCK_NOSYSLOCK 0x00000800
#define DDLOCK_NOSYSLOCK __MSABI_LONG(0x00000800)
#define DDLOCK_NOOVERWRITE 0x00001000
#define DDLOCK_NOOVERWRITE __MSABI_LONG(0x00001000)
#define DDLOCK_DISCARDCONTENTS 0x00002000
#define DDLOCK_DISCARDCONTENTS __MSABI_LONG(0x00002000)
#define DDLOCK_OKTOSWAP __MSABI_LONG(0x00002000)
#define DDLOCK_DONOTWAIT __MSABI_LONG(0x00004000)
#define DDLOCK_HASVOLUMETEXTUREBOXRECT __MSABI_LONG(0x00008000)
#define DDLOCK_NODIRTYUPDATE __MSABI_LONG(0x00010000)
/*****************************************************************************
/*****************************************************************************
...
...
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