]> git.lyx.org Git - features.git/commitdiff
Fix for latest MInGW w32api
authorEnrico Forestieri <forenr@lyx.org>
Wed, 15 Oct 2008 22:14:39 +0000 (22:14 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 15 Oct 2008 22:14:39 +0000 (22:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26915 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/os_win32.cpp

index fe7878a16f994c6d286cac1a80a40333c248f979..5d927c6a6a31c39b56ecea0bd3d7642f979699be 100644 (file)
@@ -64,7 +64,7 @@
 # endif
 #endif
 
-#ifndef ASSOCF_INIT_IGNOREUNKNOWN
+#if !defined(ASSOCF_INIT_IGNOREUNKNOWN) && !defined(__MINGW32__)
 #define ASSOCF_INIT_IGNOREUNKNOWN 0
 #endif