]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/fgjs.cxx
- Don't consider modifiers in axis bindings, as this means to
[flightgear.git] / src / Input / fgjs.cxx
index 918d9df5d3232c7d39b6e9cf883459cfd19d14bb..73eed92a93aa58b19625e304ea57dda2e133f096 100644 (file)
@@ -28,8 +28,8 @@
 
 #include <simgear/compiler.h>
 
-#ifdef _MSC_VER
-#include <Winsock2.h>
+#if defined( _MSC_VER ) || defined( __MINGW32__ )
+#  include <Winsock2.h>
 #endif
 
 #include <math.h>