]> git.mxchange.org Git - flightgear.git/blobdiff - src/NetworkOLK/Tools/fgd.h
Added write-all parameter to save command. If set to true, the
[flightgear.git] / src / NetworkOLK / Tools / fgd.h
index ceedb5a74240268bf77354ff063fd7bb8a867f98..23510497ce938ddf810f187767201bbf5f5f2a00 100644 (file)
@@ -1,3 +1,7 @@
+
+
+#ifndef  _MSC_VER
+
 #include <sys/socket.h>
 #include <sys/types.h>
 #include <netinet/in.h>
@@ -17,3 +21,5 @@ int     MSG_PEEK        = 0x02;    /* Peek at incoming messages.  */
 int     MSG_WAITALL     = 0x100;   /* Wait for a full request.  */
 #define MSG_WAITALL     MSG_WAITALL
 #endif
+
+#endif   /* !_MSC_VER */