https://bugs.winehq.org/show_bug.cgi?id=53590
Bug ID: 53590 Summary: GetFileInformationByHandleEx() not fully implemented causing boost::directory_iterator failures with boost v1.79 and newer Product: Wine Version: 7.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: reserv0@yahoo.com Distribution: ---
Created attachment 72974 --> https://bugs.winehq.org/attachment.cgi?id=72974 Repro test
Greetings,
I am using boost::directory_iterator in a project of mine, and noticed that stating with boost v1.79 (which implementation changed to use GetFileInformationByHandleEx), Wine (currently using v7.15, but it happens with former versions) is causing "not implemented" boost errors on directory iterator creation.
This can easily be reproduced by running 'tut4.exe C:' (example program from boost/filesystem).
I am attaching a pre-built tut4.exe here with the log I get from it.