From 86172fbebe1c9b8afbb0277f1beb09b75a8333e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Tue, 29 Jun 2010 17:08:17 +0000 Subject: [PATCH] mingw fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34724 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/os_win32.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/support/os_win32.cpp b/src/support/os_win32.cpp index 8bb9eb01c4..d0bf73ffb3 100644 --- a/src/support/os_win32.cpp +++ b/src/support/os_win32.cpp @@ -53,6 +53,11 @@ #define ASSOCF_INIT_IGNOREUNKNOWN 0 #endif +#if defined(__MINGW32__) +#include +#endif + + extern "C" { extern void __wgetmainargs(int * argc, wchar_t *** argv, wchar_t *** envp, int expand_wildcards, int * new_mode); -- 2.39.5