>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Angus Leeming wrote: >> 2 "Somehow" we need to compile >> boost/libs/filesystem/src/operations_posix_windows.cpp >> src/support/os_win32.C with the preprocessor macros >> WANT_GETLONGPATHNAME_WRAPPER WANT_GETFILEATTRIBUTESEX_WRAPPER >> WINVER 0x0500 being defined. To me that means that we should add >> these macros to config.h but I'd like to protect their definition >> with a --enable-win95-support configure switch. Angus> Actually, all we need is HAVE_NEWAPIS_H. See attached. Angus> Agree? Oops! I should read all messages before answering. I am perfectly happy with this use of HAVE_NEWAPIS_H, although I'd rather not add definitions to config.h, but rather where they belong (boost and os_win32.C). JMarc