[PATCH 2/5] d3dx9: Fix the LPLPD3DXFILE typedef.

Henri Verbeet hverbeet at codeweavers.com
Tue Dec 4 15:10:08 CST 2012


---
 include/d3dx9xof.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/d3dx9xof.h b/include/d3dx9xof.h
index 4bcb769..785bc1c 100644
--- a/include/d3dx9xof.h
+++ b/include/d3dx9xof.h
@@ -60,7 +60,7 @@ DEFINE_GUID(IID_ID3DXFileEnumObject, 0xcef08cfc, 0x7b4f, 0x4429, 0x96, 0x24, 0x2
 DEFINE_GUID(IID_ID3DXFileData,       0xcef08cfd, 0x7b4f, 0x4429, 0x96, 0x24, 0x2a, 0x69, 0x0a, 0x93, 0x32, 0x01);
 #endif /* _NO_COM */
 
-typedef interface ID3DXFile *LPD3DXFILE, *LPLPD3DXFILE;
+typedef interface ID3DXFile *LPD3DXFILE, **LPLPD3DXFILE;
 typedef interface ID3DXFileSaveObject *LPD3DXFILESAVEOBJECT, **LPLPD3DXFILESAVEOBJECT;
 typedef interface ID3DXFileSaveData *LPD3DXFILESAVEDATA, **LPLPD3DXFILESAVEDATA;
 typedef interface ID3DXFileEnumObject *LPD3DXFILEENUMOBJECT, **LPLPD3DXFILEENUMOBJECT;
-- 
1.7.8.6




More information about the wine-patches mailing list