1
0
Fork 0

Fix for older OpenAL versions.

This commit is contained in:
ehofman 2009-11-30 09:31:55 +00:00 committed by Tim Moore
parent a3b66adf51
commit 64de526267

View file

@ -33,9 +33,14 @@
# 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;