mirror of
https://github.com/Cr4sh/KernelForge
synced 2026-06-08 10:43:38 +00:00
11 lines
113 B
C
11 lines
113 B
C
|
|
#ifdef DBG
|
|
|
|
void DbgMsg(char *lpszFile, int Line, char *lpszMsg, ...);
|
|
|
|
#else
|
|
|
|
#define DbgMsg
|
|
|
|
#endif
|