]> git.mxchange.org Git - flightgear.git/blobdiff - tests/al-info.c
Win32 fix
[flightgear.git] / tests / al-info.c
index 69dc675b16156e970b5ed4dcb9165a9f681fe2aa..9969fcf3b5f1c027de4f0c93a6dfc7985bd41ede 100644 (file)
@@ -7,7 +7,9 @@
 #else
 # include <AL/al.h>
 # include <AL/alc.h>
-# include <AL/alext.h>
+# ifndef __CYGWIN__
+#  include <AL/alext.h>
+# endif
 #endif
 
 #ifndef AL_VERSION_1_1