File: SDL-1.2.14-SDL_platform_h.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 (13 lines) | stat: -r--r--r-- 363 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- SDL-1.2.14/include/SDL_platform.h	2009-10-12 18:07:19.000000000 -0500
+++ SDL-1.2.14/include/SDL_platform.h	2009-11-17 00:56:58.602877400 -0600
@@ -43,6 +43,10 @@
 #undef __BSDI__
 #define __BSDI__	1
 #endif
+#if defined(__CYGWIN__)
+#undef __CYGWIN__
+#define __CYGWIN__	1
+#endif
 #if defined(_arch_dreamcast)
 #undef __DREAMCAST__
 #define __DREAMCAST__	1