From 60c6b1966d95e1ea52da866481b2b4da6edd4959 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Wed, 15 Oct 2008 22:14:39 +0000 Subject: [PATCH] Fix for latest MInGW w32api git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26915 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/os_win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2