]> git.mxchange.org Git - flightgear.git/blobdiff - tests/al-info.c
A couple of hacks to fix cygwin compilation. These may not be the correct fix, but...
[flightgear.git] / tests / al-info.c
index 69dc675b16156e970b5ed4dcb9165a9f681fe2aa..27ac2d0e16fcb3495397050ad3135f97f8409c3b 100644 (file)
@@ -6,8 +6,10 @@
 # include <OpenAL/alc.h>
 #else
 # include <AL/al.h>
-# include <AL/alc.h>
-# include <AL/alext.h>
+# include <AL/alc.h>\r
+# ifndef __CYGWIN__
+#  include <AL/alext.h>\r
+# endif
 #endif
 
 #ifndef AL_VERSION_1_1