mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
mingw fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34724 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
23df7e16a9
commit
86172fbebe
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user