summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ae
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-12-16 11:10:47 +0000
committeradam <adam@pkgsrc.org>2003-12-16 11:10:47 +0000
commitb3fe5e7d62f33dde3a6abf3d2ff38b76c1282139 (patch)
treea773996e534c1d44c8f5520c9fbe96a1fdd2e159 /emulators/wine/patches/patch-ae
parent1f74ac0bf8d52d5d68492d696c8229b437c58ff3 (diff)
downloadpkgsrc-b3fe5e7d62f33dde3a6abf3d2ff38b76c1282139.tar.gz
WHAT'S NEW with Wine-20031212: (see ChangeLog for details)
- Initial implementation of XDND drag&drop support. - Improved startup performance on remote displays. - Major improvements in the oleaut32 dll. - Some support for Netbios functions. - Work around for Exec Shield and prelinking troubles. - Many code cleanups. - Lots of bug fixes.
Diffstat (limited to 'emulators/wine/patches/patch-ae')
-rw-r--r--emulators/wine/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/wine/patches/patch-ae b/emulators/wine/patches/patch-ae
new file mode 100644
index 00000000000..4706cc4cc11
--- /dev/null
+++ b/emulators/wine/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.7 2003/12/16 11:10:47 adam Exp $
+
+--- dlls/netapi32/nbt.c.orig 2003-12-15 16:32:57.000000000 +0000
++++ dlls/netapi32/nbt.c
+@@ -72,8 +72,8 @@
+ #include "winbase.h"
+ #include "wine/debug.h"
+ #include "winreg.h"
+-#include "iphlpapi.h"
+ #include "winsock2.h"
++#include "iphlpapi.h"
+ #include "netbios.h"
+ #include "nbnamecache.h"
+