dll: expose FspNtStatusFromWin32 and FspDebugLog

This commit is contained in:
Bill Zissimopoulos
2015-12-01 23:08:41 -08:00
parent 1312754016
commit 5a90bf52ed
4 changed files with 4 additions and 10 deletions

View File

@ -22,9 +22,4 @@
#define DEBUGLOG(fmt, ...) ((void)0)
#endif
/* debug */
#if !defined(NDEBUG)
VOID FspDebugLog(const char *format, ...);
#endif
#endif