[Mono-winforms-list] Re: win32 api dlls
Miguel de Icaza
miguel@ximian.com
23 Apr 2003 14:52:02 -0400
Hello,
> The version of Wine, which I have modified is 20030318. I used it as a
> base.
Thanks.
> I do not use cvs diff, I use plain diff. :-)
> There is no error with -r key, it just does not dive into the dirs tree.
> make diff for current directory only.
Type the following commands:
tar xzf win32api.tgz
mv wine newwine
tar xzf wine-20030318.tar.gz
diff -ruN wine newwine > patches
ls -l patches
Tell me what errors do you get from that
Miguel