Log message: No need to call GetModuleFileName16 now that GetModuleFileNameA handles 16-bit tasks.
With this patch I can now build dsound on Mingw if I import ntdll. Are there going to be other places like this where the A/W function can be used rather then the 16?
Thanks Steven
__________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com
Steven Edwards steven_ed4153@yahoo.com writes:
With this patch I can now build dsound on Mingw if I import ntdll. Are there going to be other places like this where the A/W function can be used rather then the 16?
There may be a few, but I guess most of them have been fixed already. The remaining calls to 16-bit functions are mostly in cases where there is simply no 32-bit counterpart available.
There may be a few, but I guess most of them have been fixed already. The remaining calls to 16-bit functions are mostly in cases where there is simply no 32-bit counterpart available.
The one I am most interested in ATM is WinExec16. shellexc calls it as part of the DDE support and I am wondering if CreateProcess can be used instead.
Thanks Steven
__________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com