Fix for older OpenAL versions.
This commit is contained in:
parent
a3b66adf51
commit
64de526267
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue