blob: dc432829b848313c7e7c89ba71b96ccaae787d7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.3 2001/04/17 16:27:21 rh Exp $
--- src/audio/SDL_sysaudio.h.orig Wed Mar 21 18:19:56 2001
+++ src/audio/SDL_sysaudio.h
@@ -99,7 +99,7 @@
SDL_AudioDevice *(*create)(int devindex);
} AudioBootStrap;
-#if defined(unix) && \
+#if defined(__NetBSD__) || defined(unix) && \
!defined(linux) && !defined(__FreeBSD__) && !defined(__CYGWIN32__) \
&& !defined(__bsdi__)
extern AudioBootStrap AUDIO_bootstrap;
|