]> git.tdb.fi Git - libs/al.git/blobdiff - source/al.h
Some compilation fixes for Windows too
[libs/al.git] / source / al.h
index 6310877ac65efb035947e7e8a5380452f85d98c9..70ecc77d1a3940db357871cbf79302e852ae8a2b 100644 (file)
@@ -4,6 +4,9 @@
 #ifdef __APPLE__
 #include <OpenAL/al.h>
 #else
+#ifndef TARGET_OS_MAC
+#define TARGET_OS_MAC 0
+#endif
 #include <AL/al.h>
 #endif