1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

Fix compilation with older OpenAL headers

This commit is contained in:
Chris Robinson 2012-03-26 01:12:06 -07:00
parent f8f749dbec
commit 7b3ecc290e

View File

@ -10,6 +10,10 @@
#include "sound.hpp"
#include "soundmanager.hpp"
#ifndef ALC_ALL_DEVICES_SPECIFIER
#define ALC_ALL_DEVICES_SPECIFIER 0x1013
#endif
namespace MWSound
{