]> git.mxchange.org Git - flightgear.git/commitdiff
Fix for older OpenAL versions.
authorehofman <ehofman>
Mon, 30 Nov 2009 09:31:55 +0000 (09:31 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 30 Nov 2009 21:45:07 +0000 (22:45 +0100)
tests/alcinfo.c

index 1d85ddd688d460b52e9178c4bb313bb3bda45d42..acc40a22d590b9e8635b5d257e3b63bdd7bee914 100644 (file)
 # endif
 #endif
 
+#include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 
+#ifndef ALC_ALL_DEVICES_SPECIFIER
+# define ALC_ALL_DEVICES_SPECIFIER      0x1013
+#endif
+
 #define MAX_DATA       16
 static const int indentation = 4;
 static const int maxmimumWidth = 79;