]> git.mxchange.org Git - simgear.git/blobdiff - simgear/threads/SGThread.cxx
Add optional attribute condition to "copyProperties".
[simgear.git] / simgear / threads / SGThread.cxx
index 0d6f304cc86a379a9c402283b4a4c4b97eb02ecd..c7a841b02bb9d8b0ddb3dadbf3621baca0812ca5 100644 (file)
@@ -4,14 +4,14 @@
 #  include <time.h>
 #else
 #  if defined ( sgi ) && !defined( __GNUC__ )
-     // This works arounf a bug triggered when using MipsPro 7.4.1
+     // This works around a bug triggered when using MipsPro 7.4.1
      // and (at least) IRIX 6.5.20
 #    include <iostream>
 #  endif
 #  include <sys/time.h>
 #endif
 #if _MSC_VER >= 1300
-#  include "winsock2.h"
+#  include <winsock2.h>
 #endif
 
 #include "SGThread.hxx"