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
Alexey Alyaev
wine
Commits
f3c34daa
Commit
f3c34daa
authored
10 years ago
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
dplay: Add missing defines.
parent
193d15cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/wine/dplaysp.h
+8
-1
8 additions, 1 deletion
include/wine/dplaysp.h
with
8 additions
and
1 deletion
include/wine/dplaysp.h
+
8
−
1
View file @
f3c34daa
...
@@ -38,8 +38,15 @@ typedef BOOL (CALLBACK *LPENUMMRUCALLBACK)( LPCVOID lpData,
...
@@ -38,8 +38,15 @@ typedef BOOL (CALLBACK *LPENUMMRUCALLBACK)( LPCVOID lpData,
/* For SP. Top 16 bits is dplay, bottom 16 is SP */
/* For SP. Top 16 bits is dplay, bottom 16 is SP */
#define DPSP_MAJORVERSION 0x00060000
#define DPSP_MAJORVERSION 0x00060000
#define DPSP_DX5VERSION 0x00050000
#define DPSP_DX3VERSION 0x00040000
#define DPSP_DX3VERSION 0x00040000
#define DPSP_DX5VERSION 0x00050000
#define DPSP_DX6VERSION 0x00090000
#define DPSP_DX61VERSION 0x000a0000
#define DPSP_DX61AVERSION 0x000b0000
#define DPSP_DX71VERSION 0x000c0000
#define DPSP_DX8VERSION 0x000d0000
#define DPSP_DX9VERSION 0x000e0000
#define DPSP_MAJORVERSIONMASK 0xFFFF0000
#define DPSP_MAJORVERSIONMASK 0xFFFF0000
#define DPSP_MINORVERSIONMASK 0x0000FFFF
#define DPSP_MINORVERSIONMASK 0x0000FFFF
...
...
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