summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ag
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-05-25 08:23:43 +0000
committeradam <adam@pkgsrc.org>2005-05-25 08:23:43 +0000
commite362a8899520e2dbbbcf0176d962d4d93b4d854c (patch)
tree1ef4ad2828603dde7415d65d6f6e1d98468a2196 /emulators/wine/patches/patch-ag
parent8aedb701775dab3c96020cf6f97213e94dbbc1b7 (diff)
downloadpkgsrc-e362a8899520e2dbbbcf0176d962d4d93b4d854c.tar.gz
Changes 20050419:
- Mailslot support. - Support for side mouse buttons (X buttons). - More Richedit improvements. - Loading of Windows registry files disabled for now. - Many code cleanups. - Lots of bug fixes. Changes 20050524: - Many MSI improvements. - More features in the file manager. - Better compatibility for Winelib import libraries. - SGML documentation moved out of the source tree. - Header files cleanups. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches/patch-ag')
-rw-r--r--emulators/wine/patches/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ag b/emulators/wine/patches/patch-ag
new file mode 100644
index 00000000000..c11f5e408f7
--- /dev/null
+++ b/emulators/wine/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.4 2005/05/25 08:23:43 adam Exp $
+
+--- dlls/kernel/sync.c.orig 2005-04-20 11:06:24.000000000 +0000
++++ dlls/kernel/sync.c
+@@ -40,6 +40,7 @@
+ #endif
+ #include <stdarg.h>
+ #include <stdio.h>
++#include <machine/limits.h>
+
+ #define NONAMELESSUNION
+ #define NONAMELESSSTRUCT