http://bugs.winehq.org/show_bug.cgi?id=17663
--- Comment #8 from Rein Klazes wijn@online.nl 2009-03-11 06:08:10 --- 1. download the two patches 2. cd to the top of your wine tree 3. execute the following commands: patch -p1 </pathto/patch1.diff patch -p1 </pathto/patch2.diff
(patch1.diff and patch2.diff are the names of the downloaded patches)_ 4. cd to ./dlls/user32 5. do a "make install"
(step 4 is normally skipped, but it speeds the recompile considerably as the only changes are in that directory)