Abdelrazak Younes <[EMAIL PROTECTED]> writes:

| Angus Leeming a écrit :
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| >>> Yes. One of the files in boost/libs/filesystem/src (Sorry, no viewsvn...)
| >>> #includes and uses NewAPIs.h. I can dig out the details if you can't 
track the
| >>> change down.
| >
| >> Well, I don't have enough disk space to get the 1.4 tree. Bo,
| >> Enrico, could you track that down please?
| > There'll be a description in the ChangeLog in the boost directory.
| > Probably ;-) Search on "Angus"...
| 
| Here are the relevant logs and the diff against current svn, please
| tell me what I should do:

The diff looks wrong. Seems that you are reverting a lot of boost
updates.

| 2006-04-11  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
| 
|       * libs/filesystem/src/operations_posix_windows.cpp: change needed
|       to enable compilation against NewAPIs.h. Ie, LyX 1.4 will work for
|       Win98 users.
| 
| 2005-09-30  Angus Leeming  <[EMAIL PROTECTED]>
| 
|       * libs/filesystem/src/operations_posix_windows.cpp (exists):
|       add ERROR_ACCESS_DENIED to the list of "recognised" errors. It
|       appears that Win98SE returns such an error from GetFileAttributes
|       if asked to query a path on a drive that doesn't exist.
| 
|       The "correct" fix is currently being discussed on the boost-devel
|       list, but this work around will do for us for now.
| 
| 2005-09-30  Angus Leeming  <[EMAIL PROTECTED]>
| 
|       * 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.

What changesets are these?

-- 
        Lgb

Reply via email to