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
ae247699
Commit
ae247699
authored
Nov 27, 2002
by
Christian Costa
Committed by
Alexandre Julliard
Nov 27, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some DDRAW and D3D definitions.
parent
f2c2eafa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
d3d.h
include/d3d.h
+1
-0
ddraw.h
include/ddraw.h
+4
-0
No files found.
include/d3d.h
View file @
ae247699
...
...
@@ -37,6 +37,7 @@ DEFINE_GUID(IID_IDirect3DHALDevice, 0x84E63dE0,0x46AA,0x11CF,0x81,0x6F,0x00,0x00
DEFINE_GUID
(
IID_IDirect3DMMXDevice
,
0x881949a1
,
0xd6f3
,
0x11d0
,
0x89
,
0xab
,
0x00
,
0xa0
,
0xc9
,
0x05
,
0x41
,
0x29
);
DEFINE_GUID
(
IID_IDirect3DRefDevice
,
0x50936643
,
0x13e9
,
0x11d1
,
0x89
,
0xaa
,
0x00
,
0xa0
,
0xc9
,
0x05
,
0x41
,
0x29
);
DEFINE_GUID
(
IID_IDirect3DTnLHalDevice
,
0xf5049e78
,
0x4861
,
0x11d2
,
0xa4
,
0x07
,
0x00
,
0xa0
,
0xc9
,
0x06
,
0x29
,
0xa8
);
DEFINE_GUID
(
IID_IDirect3DNullDevice
,
0x8767df22
,
0xbacc
,
0x11d1
,
0x89
,
0x69
,
0x00
,
0xa0
,
0xc9
,
0x06
,
0x29
,
0xa8
);
DEFINE_GUID
(
IID_IDirect3DDevice
,
0x64108800
,
0x957d
,
0x11D0
,
0x89
,
0xAB
,
0x00
,
0xA0
,
0xC9
,
0x05
,
0x41
,
0x29
);
DEFINE_GUID
(
IID_IDirect3DDevice2
,
0x93281501
,
0x8CF8
,
0x11D0
,
0x89
,
0xAB
,
0x00
,
0xA0
,
0xC9
,
0x05
,
0x41
,
0x29
);
...
...
include/ddraw.h
View file @
ae247699
...
...
@@ -1058,6 +1058,10 @@ HRESULT WINAPI DirectDrawEnumerateExA( LPDDENUMCALLBACKEXA lpCallback, LPVOID lp
HRESULT
WINAPI
DirectDrawEnumerateExW
(
LPDDENUMCALLBACKEXW
lpCallback
,
LPVOID
lpContext
,
DWORD
dwFlags
);
#define DirectDrawEnumerateEx WINELIB_NAME_AW(DirectDrawEnumerateEx)
typedef
HRESULT
(
WINAPI
*
LPDIRECTDRAWENUMERATEEXA
)(
LPDDENUMCALLBACKEXA
lpCallback
,
LPVOID
lpContext
,
DWORD
dwFlags
);
typedef
HRESULT
(
WINAPI
*
LPDIRECTDRAWENUMERATEEXW
)(
LPDDENUMCALLBACKEXW
lpCallback
,
LPVOID
lpContext
,
DWORD
dwFlags
);
DECL_WINELIB_TYPE_AW
(
LPDIRECTDRAWENUMERATEEX
)
/* flags for DirectDrawEnumerateEx */
#define DDENUM_ATTACHEDSECONDARYDEVICES 0x00000001
#define DDENUM_DETACHEDSECONDARYDEVICES 0x00000002
...
...
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