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
41de62f7
Commit
41de62f7
authored
Nov 20, 2008
by
Henri Verbeet
Committed by
Alexandre Julliard
Nov 20, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Don't use the same GUID for IWineD3D and IWineD3DDevice.
parent
8899f341
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wined3d_interface.h
include/wine/wined3d_interface.h
+2
-2
No files found.
include/wine/wined3d_interface.h
View file @
41de62f7
...
...
@@ -116,9 +116,9 @@ DEFINE_GUID(IID_IWineD3D,
DEFINE_GUID
(
IID_IWineD3DBase
,
0x46799311
,
0x8e0e
,
0x40ce
,
0xb2
,
0xec
,
0xdd
,
0xb9
,
0x9f
,
0x18
,
0xfc
,
0xb4
);
/* {
108F9C44-6F30-11d9-C687-00046142C14F
} */
/* {
6d10a2ce-09d0-4a53-a427-11388f9f8ca5
} */
DEFINE_GUID
(
IID_IWineD3DDevice
,
0x
108f9c44
,
0x6f30
,
0x11d9
,
0xc6
,
0x87
,
0x0
,
0x4
,
0x61
,
0x42
,
0xc1
,
0x4f
);
0x
6d10a2ce
,
0x09d0
,
0x4a53
,
0xa4
,
0x27
,
0x11
,
0x38
,
0x8f
,
0x9f
,
0x8c
,
0xa5
);
/* {f756720c-32b9-4439-b5a3-1d6c97037d9e} */
DEFINE_GUID
(
IID_IWineD3DPalette
,
...
...
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