FileName.cpp: MSVC compile fix for r21492

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21545 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-11-10 20:36:22 +00:00
parent 8d06b3049b
commit 565e446e26

View File

@ -67,6 +67,8 @@ namespace fs = boost::filesystem;
#if defined (BOOST_WINDOWS)
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# undef min
# undef max
#endif