https://bugs.winehq.org/show_bug.cgi?id=16692
Paul Gofman gofmanp@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gofmanp@gmail.com
--- Comment #27 from Paul Gofman gofmanp@gmail.com --- (In reply to Bruno Jesus from comment #23)
I can't really understand what the application is doing... The application does not pass lpstrFile and still is able to get the path on windows, I have no idea why.
Did you see what it passes in lpstrFileTitle? I have no game to test, but I made a brief unit test, with lpstrFile and nMaxFile set to 0, but lpstrFileTitle and nMaxFileTitle set to valid buffer, Windows (XP & 7) returns the selected file name to the provided lpstrFileTitle in this case, while Wine does not.