]> git.mxchange.org Git - simgear.git/commitdiff
Add support for win32-pthreads in MSVC.NET
authorehofman <ehofman>
Sat, 13 Sep 2003 11:33:49 +0000 (11:33 +0000)
committerehofman <ehofman>
Sat, 13 Sep 2003 11:33:49 +0000 (11:33 +0000)
simgear/threads/SGThread.cxx

index c6d016a0fece9ddac942a585459459c50fe01376..484cce1d055a83741813a96bcb5bd0451eb33f5c 100644 (file)
@@ -5,6 +5,9 @@
 #else
 #  include <sys/time.h>
 #endif
+#if _MSC_VER >= 1300
+#  include "winsock2.h"
+#endif
 
 #include "SGThread.hxx"