]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_group.hxx
restore some part of the code to prevent an untwanted segmentationf fault.
[simgear.git] / simgear / sound / sample_group.hxx
index e98596c36f99de06f9c193e8988cfeaf04998ec7..a4e7b6533d00c3a476c6ac7e731d7ceee2cb0c0c 100644 (file)
@@ -35,8 +35,6 @@
 
 #if defined(__APPLE__)
 # include <OpenAL/al.h>
-#elif defined(_WIN32)
-# include <al.h>
 #else
 # include <AL/al.h>
 #endif