On Tue, Apr 7, 2009 at 12:13 PM, jmmarca <wineforum-user@xxxxxxxxxx> wrote: > until now I did the following: > git clone git://source.winehq.org/git/wine.git ~/wine-git > > only is this? Now I run the patch? Yes > http://bugs.winehq.org/attachment.cgi?id=18322 > what should I do with the content of this page? Save it as a file, e.g., iphlpapi.txt Then, in ~/wine-git, use: $ patch -p1 < /path/to/iphlpapi.txt Then use: $ ./configure && make depend && make -- -Austin