mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
f5dfe7db02
svn path=/trunk/; revision=16339
11 lines
200 B
C
11 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 */
|