mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Fix compilation with older OpenAL headers
This commit is contained in:
parent
f8f749dbec
commit
7b3ecc290e
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
#include "sound.hpp"
|
||||
#include "soundmanager.hpp"
|
||||
|
||||
#ifndef ALC_ALL_DEVICES_SPECIFIER
|
||||
#define ALC_ALL_DEVICES_SPECIFIER 0x1013
|
||||
#endif
|
||||
|
||||
|
||||
namespace MWSound
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue