]> git.tdb.fi Git - libs/al.git/blob - source/al.h
Some compilation fixes for Windows too
[libs/al.git] / source / al.h
1 #ifndef MSP_AL_AL_H_
2 #define MSP_AL_AL_H_
3
4 #ifdef __APPLE__
5 #include <OpenAL/al.h>
6 #else
7 #ifndef TARGET_OS_MAC
8 #define TARGET_OS_MAC 0
9 #endif
10 #include <AL/al.h>
11 #endif
12
13 #endif