From cf3bcb2d9cbf03b6e5706fe105cce992b8651ad8 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 11 Apr 2006 15:21:21 +0000 Subject: [PATCH] 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 --- boost/ChangeLog | 6 ++++++ boost/libs/filesystem/src/operations_posix_windows.cpp | 2 +- status.14x | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/boost/ChangeLog b/boost/ChangeLog index 26f27b4302..a79b177d52 100644 --- a/boost/ChangeLog +++ b/boost/ChangeLog @@ -1,3 +1,9 @@ +2006-04-11 Jean-Marc Lasgouttes + + * 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 * boost/bind.hpp: include visit_each.hpp to fix a gcc 4.1 compile diff --git a/boost/libs/filesystem/src/operations_posix_windows.cpp b/boost/libs/filesystem/src/operations_posix_windows.cpp index 0d990b1c75..5dd844cf26 100644 --- a/boost/libs/filesystem/src/operations_posix_windows.cpp +++ b/boost/libs/filesystem/src/operations_posix_windows.cpp @@ -73,7 +73,7 @@ namespace fs = boost::filesystem; // if WINVER < 0x04A. # include # 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 diff --git a/status.14x b/status.14x index 93c3a57056..350de9d0f7 100644 --- a/status.14x +++ b/status.14x @@ -37,4 +37,4 @@ What's new * Configuration/Installation: - +- Make LyX/Win work under windows 98.