mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
change the marco return code to DDERR_UNSUPPORTED
svn path=/trunk/; revision=18717
This commit is contained in:
parent
8cee664d6f
commit
af1b54ef10
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue