[PATCH] Replace builtin WineFile Execute Dialog with standard RunFileDialog

Dmitry Timoshkov dmitry at codeweavers.com
Thu Dec 24 01:21:51 CST 2009


"Steven Edwards" <winehacker at gmail.com> wrote:

> - Removed the LoadLibrary calls in favor of GetModuleHandle as suggested
> by Paul Vriens
> - Match the bad formating of the rest of the file

Avoiding a needless renaming of ID_EXECUTE to ID_RUN would make the patch
much smaller. Also avoiding useless typedef, making WineFile_OnRun() static,
using correct casts, avoiding hungarian notation and magic flags would make
the patch slightly cleaner.

-- 
Dmitry.



More information about the wine-devel mailing list