commit
0a57da99b1
@ -20,6 +20,10 @@
|
||||
#ifndef WINPR_LOG_H
|
||||
#define WINPR_LOG_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <winpr/winpr.h>
|
||||
@ -236,4 +240,8 @@ WINPR_API wLog* WLog_Get(LPCSTR name);
|
||||
WINPR_API void WLog_Init();
|
||||
WINPR_API void WLog_Uninit();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* WINPR_WLOG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user