]> git.lyx.org Git - lyx.git/commitdiff
win2k fixes
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 30 Sep 2008 18:03:26 +0000 (18:03 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 30 Sep 2008 18:03:26 +0000 (18:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26649 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/os_win32.cpp

index 1ff1b8ec78e901be641437c84404e5c41aa8d6ab..1522486704f7ed9b71330baf16b961dbf3263542 100644 (file)
 # endif
 #endif
 
+#ifndef ASSOCF_INIT_IGNOREUNKNOWN
+#define ASSOCF_INIT_IGNOREUNKNOWN 0
+#endif
+
 using namespace std;
 
 namespace lyx {