libwinpr-locale: fix inclusion of stdarg.h
This commit is contained in:
parent
5e97757939
commit
0bcb3eb63d
@ -25,6 +25,9 @@
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#define LANG_NEUTRAL 0x00
|
||||
#define LANG_INVARIANT 0x7f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user