fix compile with msvc
[reactos.git] / rosky / lib / libskygi / libskygi.h
1 #ifndef __LIBSKY_H
2 #define __LIBSKY_H
3
4 ULONG DbgPrint(PCH Format,...);
5
6 #if defined(DBG)
7 #undef DBG
8 #endif
9
10 #define DBG DPRINT
11 #define STUB DbgPrint("Stub in %s:%i: ", __FILE__, __LINE__); DbgPrint
12
13 #endif /* __LIBSKY_H */
14
15 /* EOF */