Define the Direct3DRM GUIDs

Francois Gouget fgouget at free.fr
Sun Sep 25 13:38:45 CDT 2005


Changelog:

  * dlls/dxguid/dxguid.c
    include/d3drm.h

    Francois Gouget <fgouget at free.fr>
    Define the Direct3DRM GUIDs in d3drm.h.
    Include d3drm.h in dxguid.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                             $live{free} || die "";
-------------- next part --------------
Index: dlls/dxguid/dxguid.c
===================================================================
RCS file: /var/cvs/wine/dlls/dxguid/dxguid.c,v
retrieving revision 1.3
diff -u -p -r1.3 dxguid.c
--- dlls/dxguid/dxguid.c	22 Jul 2004 19:40:44 -0000	1.3
+++ dlls/dxguid/dxguid.c	25 Sep 2005 11:01:19 -0000
@@ -44,3 +44,4 @@
 #include "dinput.h"
 #include "ddrawi.h"
 #include "dxfile.h"
+#include "d3drm.h"
Index: include/d3drm.h
===================================================================
RCS file: /var/cvs/wine/include/d3drm.h,v
retrieving revision 1.1
diff -u -p -r1.1 d3drm.h
--- include/d3drm.h	24 Jan 2005 11:33:47 -0000	1.1
+++ include/d3drm.h	25 Sep 2005 10:55:45 -0000
@@ -22,4 +22,13 @@
 #include <ddraw.h>
 /* #include <d3drmobj.h> */
 
+
+/* Direct3DRM Object CLSID */
+DEFINE_GUID(CLSID_CDirect3DRM,              0x4516ec41, 0x8f20, 0x11d0, 0x9b, 0x6d, 0x00, 0x00, 0xc0, 0x78, 0x1b, 0xc3);
+
+/* Direct3DRM Interface GUIDs */
+DEFINE_GUID(IID_IDirect3DRM,                0x2bc49361, 0x8327, 0x11cf, 0xac, 0x4a, 0x0, 0x0, 0xc0, 0x38, 0x25, 0xa1);
+DEFINE_GUID(IID_IDirect3DRM2,               0x4516ecc8, 0x8f20, 0x11d0, 0x9b, 0x6d, 0x00, 0x00, 0xc0, 0x78, 0x1b, 0xc3);
+DEFINE_GUID(IID_IDirect3DRM3,               0x4516ec83, 0x8f20, 0x11d0, 0x9b, 0x6d, 0x00, 0x00, 0xc0, 0x78, 0x1b, 0xc3);
+
 #endif /* __D3DRM_H__ */


More information about the wine-patches mailing list