change the marco return code to DDERR_UNSUPPORTED
Modified: trunk/reactos/lib/ddraw/rosdraw.h

Modified: trunk/reactos/lib/ddraw/rosdraw.h
--- trunk/reactos/lib/ddraw/rosdraw.h	2005-10-23 17:53:19 UTC (rev 18716)
+++ trunk/reactos/lib/ddraw/rosdraw.h	2005-10-23 18:03:08 UTC (rev 18717)
@@ -81,6 +81,6 @@
 
 /*********** Macros ***********/
 
-#define DX_STUB return DD_OK;
+#define DX_STUB return DDERR_UNSUPPORTED; 
 
 #endif /* __DDRAW_PRIVATE */