summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-aj
diff options
context:
space:
mode:
authorjunyoung <junyoung@pkgsrc.org>2002-03-15 04:10:20 +0000
committerjunyoung <junyoung@pkgsrc.org>2002-03-15 04:10:20 +0000
commit295e2278da29527fcb2c418beb838024fce73663 (patch)
tree7e66f4622aee1d50900bd6c2502898ac0f393d46 /emulators/wine/patches/patch-aj
parentb845908797676ca6d08eb8c4b96734c8f6e1b209 (diff)
downloadpkgsrc-295e2278da29527fcb2c418beb838024fce73663.tar.gz
Update Wine to 20020228 snapshot.
Diffstat (limited to 'emulators/wine/patches/patch-aj')
-rw-r--r--emulators/wine/patches/patch-aj37
1 files changed, 0 insertions, 37 deletions
diff --git a/emulators/wine/patches/patch-aj b/emulators/wine/patches/patch-aj
deleted file mode 100644
index 1ebede928da..00000000000
--- a/emulators/wine/patches/patch-aj
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-aj,v 1.3 1998/12/14 02:17:11 tv Exp $
-
---- multimedia/midi.c.orig Sun Dec 13 11:27:17 1998
-+++ multimedia/midi.c Sun Dec 13 11:31:30 1998
-@@ -108,7 +108,7 @@
- /*======================================================================*
- * Low level MIDI implemantation *
- *======================================================================*/
--
-+#ifndef __NetBSD__
- /**************************************************************************
- * MIDI_NotifyClient [internal]
- */
-@@ -1482,6 +1482,7 @@
- */
- return MMSYSERR_NOTENABLED;
- }
-+#endif
-
- /*======================================================================*
- * MIDI entry points *
-@@ -1497,6 +1498,7 @@
- wDevID, wMsg, dwUser, dwParam1, dwParam2);
-
- switch (wMsg) {
-+#ifndef __NetBSD__
- case MODM_OPEN:
- return modOpen(wDevID, (LPMIDIOPENDESC)dwParam1, dwParam2);
- case MODM_CLOSE:
-@@ -1519,6 +1521,7 @@
- return 0;
- case MODM_RESET:
- return modReset(wDevID);
-+#endif
- default:
- TRACE(midi, "Unsupported message\n");
- }