Commit 02ca43cb authored by Vijay Kiran Kamuju's avatar Vijay Kiran Kamuju Committed by Alexandre Julliard

d3drm: Include d3drmobj.h in d3drm.h.

parent 4bfd945b
......@@ -20,7 +20,7 @@
#define __D3DRM_H__
#include <ddraw.h>
/* #include <d3drmobj.h> */
#include <d3drmobj.h>
/* Direct3DRM Object CLSID */
......
......@@ -65,6 +65,9 @@ typedef struct _D3DRMPICKDESC2
/*****************************************************************************
* IDirect3DRMObject interface
*/
#ifdef WINE_NO_UNICODE_MACROS
#undef GetClassName
#endif
#define INTERFACE IDirect3DRMObject
DECLARE_INTERFACE_(IDirect3DRMObject,IUnknown)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment