From: Enrico Forestieri Date: Wed, 15 Oct 2008 22:14:39 +0000 (+0000) Subject: Fix for latest MInGW w32api X-Git-Tag: 1.6.10~3026 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=60c6b1966d95e1ea52da866481b2b4da6edd4959;p=features.git Fix for latest MInGW w32api git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26915 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/os_win32.cpp b/src/support/os_win32.cpp index fe7878a16f..5d927c6a6a 100644 --- a/src/support/os_win32.cpp +++ b/src/support/os_win32.cpp @@ -64,7 +64,7 @@ # endif #endif -#ifndef ASSOCF_INIT_IGNOREUNKNOWN +#if !defined(ASSOCF_INIT_IGNOREUNKNOWN) && !defined(__MINGW32__) #define ASSOCF_INIT_IGNOREUNKNOWN 0 #endif