mingw fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34724 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-06-29 17:08:17 +00:00
parent 23df7e16a9
commit 86172fbebe

View File

@ -53,6 +53,11 @@
#define ASSOCF_INIT_IGNOREUNKNOWN 0
#endif
#if defined(__MINGW32__)
#include <stdio.h>
#endif
extern "C" {
extern void __wgetmainargs(int * argc, wchar_t *** argv, wchar_t *** envp,
int expand_wildcards, int * new_mode);