mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Merge pull request #529 from alexey-lysiuk/fix_creative_openal
Fixed build with Creative Labs OpenAL SDK
This commit is contained in:
commit
5d19901cb7
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
#ifndef NO_OPENAL
|
#ifndef NO_OPENAL
|
||||||
|
|
||||||
|
#define AL_NO_PROTOTYPES
|
||||||
|
|
||||||
#include "al.h"
|
#include "al.h"
|
||||||
#include "alc.h"
|
#include "alc.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue