]> git.lyx.org Git - lyx.git/blobdiff - boost/ChangeLog
Check for NewAPIs.h. Use it to enable runtime support for Windows95 in Boost.Filesystem.
[lyx.git] / boost / ChangeLog
index 508b5ba8aec1a2a429f354c72a1a360d2ee1da27..89688b0a686fbe4b782c5836a20cb029056ad1e0 100644 (file)
@@ -1,3 +1,13 @@
+2005-09-30  Angus Leeming  <leeming@lyx.org>
+
+       * libs/filesystem/src/operations_posix_windows.cpp: add a block
+       of preprocessor code to include NewAPIs.h conditioned on the
+       WANT_GETFILEATTRIBUTESEX_WRAPPER macro. Enables runtime support
+       for Windows 95.
+       (_is_empty, file_size): replace GetFileAttributesExA with the
+       macro GetFileAttributesEx to enable the stub magic in NewAPIs.h
+       to work.
+
 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * boost/detail/lwm_win32_nt.h: new file