0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-04-21 17:20:50 +00:00

Merge pull request from alexey-lysiuk/fix_creative_openal

Fixed build with Creative Labs OpenAL SDK
This commit is contained in:
coelckers 2016-02-02 12:01:25 +01:00
commit 5d19901cb7

View file

@ -7,6 +7,8 @@
#ifndef NO_OPENAL
#define AL_NO_PROTOTYPES
#include "al.h"
#include "alc.h"