reactos/rosky/lib/libskygi/libskygi.h
Filip Navara f5dfe7db02 Move ROSKY to a separate SVN module.
svn path=/trunk/; revision=16339
2005-06-30 12:19:21 +00:00

12 lines
200 B
C

#ifndef __LIBSKY_H
#define __LIBSKY_H
ULONG DbgPrint(PCH Format,...);
#define DBG DbgPrint
#define STUB DbgPrint("Stub in %s:%i: ", __FILE__, __LINE__); DbgPrint
#endif /* __LIBSKY_H */
/* EOF */