mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dll: expose FspNtStatusFromWin32 and FspDebugLog
This commit is contained in:
@ -7,8 +7,7 @@
|
||||
#include <dll/library.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#if !defined(NDEBUG)
|
||||
VOID FspDebugLog(const char *format, ...)
|
||||
FSP_API VOID FspDebugLog(const char *format, ...)
|
||||
{
|
||||
char buf[512];
|
||||
va_list ap;
|
||||
@ -17,4 +16,3 @@ VOID FspDebugLog(const char *format, ...)
|
||||
va_end(ap);
|
||||
OutputDebugStringA(buf);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user