winpr-utils: WLog_PrintMessageVA, include stdarg.h from wlog.h instead of wlog.c

This commit is contained in:
Emmanuel Ledoux 2014-07-04 14:52:13 +02:00 committed by Emmanuel Ledoux
parent 37dc55d7c2
commit 9217de3bb1
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@ extern "C" {
#endif
#include <stdio.h>
#include <stdarg.h>
#include <winpr/winpr.h>
#include <winpr/wtypes.h>

View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <winpr/crt.h>
#include <winpr/print.h>