diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-23 20:14:16 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-23 20:14:16 +0200 |
commit | 88b6168f1c8af531efa3db6a02752f1674d2ee60 (patch) | |
tree | 39a2c877a44b6eac8b5fd3238a82e636c5eaadfe /eax | |
parent | Merge branch 'miami' of https://github.com/GTAmodding/re3 into miami (diff) | |
parent | cranes fix (diff) | |
download | re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.gz re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.bz2 re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.lz re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.xz re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.tar.zst re3-88b6168f1c8af531efa3db6a02752f1674d2ee60.zip |
Diffstat (limited to 'eax')
-rw-r--r-- | eax/eax.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -12,7 +12,7 @@ extern "C" { #endif // __cplusplus -#ifndef OPENAL +#ifndef AUDIO_OAL #include <dsound.h> /* @@ -49,13 +49,9 @@ extern "C" { typedef void (CDECL *LPGETCURRENTVERSION)(LPDWORD major, LPDWORD minor); -#else // OPENAL -#ifndef _WIN32 +#else // AUDIO_OAL #include <AL/al.h> #include <string.h> -#else - #include <al.h> -#endif #ifndef GUID_DEFINED #define GUID_DEFINED |