summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-audio::audio.c
blob: 0b50a522e6fd6e1beeea30dcc8bd557cc78eb1f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Index: qemu/audio/audio.c
@@ -28,6 +28,10 @@
 
 #include "audio/audio_int.h"
 
+#ifndef INT16_MAX
+#define	INT16_MAX	0x7fff
+#endif
+
 #define dolog(...) AUD_log ("audio", __VA_ARGS__)
 #ifdef DEBUG
 #define ldebug(...) dolog (__VA_ARGS__)