fix compilation for win98

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13650 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2006-04-11 15:21:21 +00:00
parent a577fcdbaf
commit cf3bcb2d9c
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-04-11 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* libs/filesystem/src/operations_posix_windows.cpp: change needed
to enable compilation against NewAPIs.h. Ie, LyX 1.4 will work for
Win98 users.
2006-02-21 Lars Gullik Bjønnes <larsbj@lyx.org>
* boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile

View File

@ -73,7 +73,7 @@ namespace fs = boost::filesystem;
// if WINVER < 0x04A.
# include <w32api.h>
# if __W32API_MAJOR_VERSION < 3 || \
__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION <= 3
__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION <= 6
# define BOOST_FILESYSTEM_WINVER WINVER
# undef WINVER
# define WINVER 0x040A

View File

@ -37,4 +37,4 @@ What's new
* Configuration/Installation:
- Make LyX/Win work under windows 98.