From: ehofman Date: Sat, 13 Sep 2003 11:33:49 +0000 (+0000) Subject: Add support for win32-pthreads in MSVC.NET X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b30eb9c00c7106a7ffbfcbf89960b55fbaed8475;p=simgear.git Add support for win32-pthreads in MSVC.NET --- diff --git a/simgear/threads/SGThread.cxx b/simgear/threads/SGThread.cxx index c6d016a0..484cce1d 100644 --- a/simgear/threads/SGThread.cxx +++ b/simgear/threads/SGThread.cxx @@ -5,6 +5,9 @@ #else # include #endif +#if _MSC_VER >= 1300 +# include "winsock2.h" +#endif #include "SGThread.hxx"