]> git.mxchange.org Git - flightgear.git/blobdiff - src/NetworkOLK/fgd.h
Added write-all parameter to save command. If set to true, the
[flightgear.git] / src / NetworkOLK / fgd.h
index ee9cc19d6bce0ea3e31432a0f4cb924878be4ef9..22bee01bd0b6cdc7ab79b681eaa2edf97f55707a 100644 (file)
@@ -1,5 +1,9 @@
-#include <sys/socket.h>
+
+
+#ifndef  _MSC_VER
+
 #include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #include <unistd.h>
 #include <netdb.h>
@@ -15,3 +19,5 @@
 #ifndef MSG_WAITALL
 #define MSG_WAITALL     0x100   /* Wait for a full request.  */
 #endif
+
+#endif   /* !_MSC_VER */