http://bugs.winehq.org/show_bug.cgi?id=7698
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #98 from Austin English austinenglish@gmail.com 2007-08-10 16:13:06 --- http://wiki.winehq.org/GitWine
Use git to get the source code, then use:
$ patch -p1 < name_of_patch
To patch the source code. The compile it, and run your program using $ ./wine "C:\program.exe"
If you want to install the patched wine rather than just running it from the make directory, then use make install after make.