From eb32b1d03db34a10755e67ef21d9bcad0752c068 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 3 Jan 2003 17:38:10 +0000 Subject: [PATCH] Fix build on -CURRENT. PR: 46722 Submitted by: Stefan Farfeleder --- emulators/wine-devel/files/patch-dlls-winmm | 11 +++++++++++ emulators/wine/files/patch-dlls-winmm | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 emulators/wine-devel/files/patch-dlls-winmm create mode 100644 emulators/wine/files/patch-dlls-winmm diff --git a/emulators/wine-devel/files/patch-dlls-winmm b/emulators/wine-devel/files/patch-dlls-winmm new file mode 100644 index 000000000000..85696b6cdc8f --- /dev/null +++ b/emulators/wine-devel/files/patch-dlls-winmm @@ -0,0 +1,11 @@ +--- dlls/winmm/tests/wave.c.orig Fri Jan 3 13:48:04 2003 ++++ dlls/winmm/tests/wave.c Fri Jan 3 13:48:11 2003 +@@ -18,7 +18,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include ++#include + #include + + #include "wine/test.h" diff --git a/emulators/wine/files/patch-dlls-winmm b/emulators/wine/files/patch-dlls-winmm new file mode 100644 index 000000000000..85696b6cdc8f --- /dev/null +++ b/emulators/wine/files/patch-dlls-winmm @@ -0,0 +1,11 @@ +--- dlls/winmm/tests/wave.c.orig Fri Jan 3 13:48:04 2003 ++++ dlls/winmm/tests/wave.c Fri Jan 3 13:48:11 2003 +@@ -18,7 +18,7 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +-#include ++#include + #include + + #include "wine/test.h"