File: SDL_mixer-1.2.8-native-midi-win32.patch

package info (click to toggle)
libalien-sdl-perl 1.446-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,576 kB
  • sloc: perl: 1,317; ansic: 130; makefile: 4
file content (11 lines) | stat: -r--r--r-- 395 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
--- SDL_mixer-1.2.10/native_midi/native_midi_win32.c	2007-07-01 21:03:49.000000000 -0500
+++ SDL_mixer-1.2.10/native_midi/native_midi_win32.c	2008-12-23 14:56:23.615500000 -0600
@@ -23,7 +23,7 @@
 
 /* everything below is currently one very big bad hack ;) Proff */
 
-#if __WIN32__
+#if __WIN32__ || defined(__CYGWIN__)
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 #include <windowsx.h>