winefile - replace Run/Execute dialog with standard Shell32 RunFileDlg

Paul Vriens paul.vriens.wine at gmail.com
Wed Dec 23 12:26:09 CST 2009


On 12/23/2009 07:08 PM, Steven Edwards wrote:
> +    hShell32 = LoadLibraryW(wszShell32);

Isn't shell32 already available (it's imported, see Makefile.in)? If so 
a GetModuleHandleW() would suffice.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list