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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#ifndef ALC_ALL_DEVICES_SPECIFIER
|
||||||
|
# define ALC_ALL_DEVICES_SPECIFIER 0x1013
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MAX_DATA 16
|
#define MAX_DATA 16
|
||||||
static const int indentation = 4;
|
static const int indentation = 4;
|
||||||
static const int maxmimumWidth = 79;
|
static const int maxmimumWidth = 79;
|
||||||
|
|
Loading…
Add table
Reference in a new issue