diff options
Diffstat (limited to 'eax/eax.h')
-rw-r--r-- | eax/eax.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -50,8 +50,13 @@ extern "C" { #else // OPENAL +#ifndef _WIN32 + #include <AL/al.h> + #include <string.h> +#else #include <al.h> - +#endif + #ifndef GUID_DEFINED #define GUID_DEFINED typedef struct _GUID |