Locate next revision ISO
[reactos.git] / rosky / lib / libskygi / libskygi.h
1 #ifndef __LIBSKY_H
2 #define __LIBSKY_H
3
4 ULONG DbgPrint(PCH Format,...);
5
6 #define DBG DbgPrint
7 #define STUB DbgPrint("Stub in %s:%i: ", __FILE__, __LINE__); DbgPrint
8
9 #endif /* __LIBSKY_H */
10
11 /* EOF */