change the marco return code to DDERR_UNSUPPORTED

svn path=/trunk/; revision=18717
This commit is contained in:
Magnus Olsen 2005-10-23 18:03:08 +00:00
parent 8cee664d6f
commit af1b54ef10

View file

@ -81,6 +81,6 @@ VOID Hel_DirectDraw_Release (LPDIRECTDRAW7 iface);
/*********** Macros ***********/
#define DX_STUB return DD_OK;
#define DX_STUB return DDERR_UNSUPPORTED;
#endif /* __DDRAW_PRIVATE */