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
393dcb5d
Commit
393dcb5d
authored
Apr 29, 2024
by
Alfred Agrell
Committed by
Alexandre Julliard
Apr 29, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use the correct GUID for DXFILEOBJ_PatchMesh.
parent
89104ab8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
d3dx9mesh.h
include/d3dx9mesh.h
+1
-1
No files found.
include/d3dx9mesh.h
View file @
393dcb5d
...
...
@@ -871,7 +871,7 @@ DEFINE_GUID(DXFILEOBJ_VertexDuplicationIndices, 0xb8d65549, 0xd7c9, 0x4995, 0x89
DEFINE_GUID
(
DXFILEOBJ_FaceAdjacency
,
0xa64c844a
,
0xe282
,
0x4756
,
0x8b
,
0x80
,
0x25
,
0x0c
,
0xde
,
0x04
,
0x39
,
0x8c
);
DEFINE_GUID
(
DXFILEOBJ_SkinWeights
,
0x6f0d123b
,
0xbad2
,
0x4167
,
0xa0
,
0xd0
,
0x80
,
0x22
,
0x4f
,
0x25
,
0xfa
,
0xbb
);
DEFINE_GUID
(
DXFILEOBJ_Patch
,
0xa3eb5d44
,
0xfc22
,
0x429d
,
0x9a
,
0xfb
,
0x32
,
0x21
,
0xcb
,
0x97
,
0x19
,
0xa6
);
DEFINE_GUID
(
DXFILEOBJ_PatchMesh
,
0xd02c95cc
,
0xedba
,
0x4305
,
0x9b
,
0x5d
,
0x18
,
0x20
,
0xd7
,
0x70
,
0x4
d
,
0xbf
);
DEFINE_GUID
(
DXFILEOBJ_PatchMesh
,
0xd02c95cc
,
0xedba
,
0x4305
,
0x9b
,
0x5d
,
0x18
,
0x20
,
0xd7
,
0x70
,
0x4
b
,
0xbf
);
DEFINE_GUID
(
DXFILEOBJ_PatchMesh9
,
0xb9ec94e1
,
0xb9a6
,
0x4251
,
0xba
,
0x18
,
0x94
,
0x89
,
0x3f
,
0x02
,
0xc0
,
0xea
);
DEFINE_GUID
(
DXFILEOBJ_PMInfo
,
0xb6c3e656
,
0xec8b
,
0x4b92
,
0x9b
,
0x62
,
0x68
,
0x16
,
0x59
,
0x52
,
0x29
,
0x47
);
DEFINE_GUID
(
DXFILEOBJ_PMAttributeRange
,
0x917e0427
,
0xc61e
,
0x4a14
,
0x9c
,
0x64
,
0xaf
,
0xe6
,
0x5f
,
0x9e
,
0x98
,
0x44
);
...
...
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