Make the 'rosky' optional module compile.
[reactos.git] / rosky / lib / libskygi / libskygi.h
index 3cc4f64..da236cf 100644 (file)
@@ -3,7 +3,11 @@
 
 ULONG DbgPrint(PCH Format,...);
 
-#define DBG DbgPrint
+#if defined(DBG)
+#undef DBG
+#endif
+
+#define DBG DPRINT
 #define STUB DbgPrint("Stub in %s:%i: ", __FILE__, __LINE__); DbgPrint
 
 #endif /* __LIBSKY_H */