From a07f5fcc35a9c2095f983e385f6d9e25a95d0a27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Tue, 30 Sep 2008 18:03:26 +0000 Subject: [PATCH] win2k fixes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26649 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/os_win32.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/support/os_win32.cpp b/src/support/os_win32.cpp index 1ff1b8ec78..1522486704 100644 --- a/src/support/os_win32.cpp +++ b/src/support/os_win32.cpp @@ -64,6 +64,10 @@ # endif #endif +#ifndef ASSOCF_INIT_IGNOREUNKNOWN +#define ASSOCF_INIT_IGNOREUNKNOWN 0 +#endif + using namespace std; namespace lyx { -- 2.39.2