From e8451ddbc3951f1d9b8ed30ebe743b5f17cb71a2 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 15 Sep 2003 10:52:26 +0000 Subject: Changes 20030911: - Many improvements to the winecfg configuration tool. - Massive header files cleanup for better source compatibility. - Some more progress on the kernel/ntdll separation. - Lots of bug fixes. Changes 20030813: - Partial implementation of the Microsoft Installer (msi.dll). - GUI for regedit (from ReactOS). - DirectMusic dlls reorganization. - Many Wininet improvements. - Lots of bug fixes. --- emulators/wine/patches/patch-ae | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 emulators/wine/patches/patch-ae (limited to 'emulators/wine/patches/patch-ae') diff --git a/emulators/wine/patches/patch-ae b/emulators/wine/patches/patch-ae new file mode 100644 index 00000000000..47d486638fb --- /dev/null +++ b/emulators/wine/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.5 2003/09/15 10:52:26 adam Exp $ + +--- scheduler/pthread.c.orig 2003-09-15 11:23:23.000000000 +0200 ++++ scheduler/pthread.c +@@ -81,6 +81,8 @@ struct pthread_descr_struct + const void *tsd_data[MAX_TSD]; /* for libc internal tsd variables */ + }; + ++struct __res_state *__res_state(void); ++ + typedef struct pthread_descr_struct *pthread_descr; + + static struct pthread_descr_struct initial_descr; -- cgit v1.2.3