mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
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:
parent
a577fcdbaf
commit
cf3bcb2d9c
@ -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
|
||||
|
@ -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
|
||||
|
@ -37,4 +37,4 @@ What's new
|
||||
|
||||
* Configuration/Installation:
|
||||
|
||||
|
||||
- Make LyX/Win work under windows 98.
|
||||
|
Loading…
Reference in New Issue
Block a user