From a3973deb0d2f9a6271b875488d16beef0ebcd8ec Mon Sep 17 00:00:00 2001 From: twanvl Date: Sun, 3 Oct 2010 15:48:24 +0000 Subject: [PATCH] fix: Fix error in vc9: some stupid library defined 'near' git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1516 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/util/spell_checker.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/spell_checker.hpp b/src/util/spell_checker.hpp index c9d2e571..73646713 100644 --- a/src/util/spell_checker.hpp +++ b/src/util/spell_checker.hpp @@ -10,6 +10,7 @@ // ----------------------------------------------------------------------------- : Includes #include +#undef near #include "hunspell/hunspell.hxx" DECLARE_POINTER_TYPE(SpellChecker);