rundll32: build with -mwindows

Vincent Povirk vincent at codeweavers.com
Thu Oct 30 11:24:38 CDT 2008


This is for Sugared Wine's start menu, which includes control panel applets.

When a control panel applet is invoked through a shell folder, as I do, they are actually run through rundll32. Since rundll32 is built with -mconsole, this can, depending on the flags, create a useless console window for that process. The easiest way to see this behavior is to copy the "cplopen" verb in the registry for .cpl files to create an "open" verb and start a .cpl file with start.exe.

Our rundll32 doesn't appear to use the console window, and rundll32 on Windows XP doesn't create one.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-rundll32-build-with-mwindows.patch
Type: application/octet-stream
Size: 684 bytes
Desc: 0001-rundll32-build-with-mwindows.patch
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081030/f5ba708a/attachment.obj 


More information about the wine-patches mailing list