winpr-utils: WLog_PrintMessageVA, include stdarg.h from wlog.h instead of wlog.c
This commit is contained in:
parent
37dc55d7c2
commit
9217de3bb1
@ -25,6 +25,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <winpr/winpr.h>
|
||||
#include <winpr/wtypes.h>
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <winpr/crt.h>
|
||||
#include <winpr/print.h>
|
||||
|
Loading…
Reference in New Issue
Block a user