瀏覽代碼

*** empty log message ***

Mike Goslin 25 年之前
父節點
當前提交
325c555f1c
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      panda/src/downloader/asyncDownloader.h
  2. 1 1
      panda/src/downloader/downloader.h
  3. 1 1
      panda/src/express/error_utils.cxx

+ 1 - 1
panda/src/downloader/asyncDownloader.h

@@ -17,7 +17,7 @@
 #include "asyncUtility.h"
 
 #if defined(WIN32_VC)
-  #include <winsock2.h>
+  #include <winsock.h>
 #else
   #include <netinet/in.h>  // Irix seems to require this one for resolv.h.
   #include <sys/types.h>

+ 1 - 1
panda/src/downloader/downloader.h

@@ -17,7 +17,7 @@
 #include <clockObject.h>
 
 #if defined(WIN32_VC)
-  #include <winsock2.h>
+  #include <winsock.h>
 #else
   #include <netinet/in.h>  // Irix seems to require this one for resolv.h.
   #include <sys/types.h>

+ 1 - 1
panda/src/express/error_utils.cxx

@@ -9,7 +9,7 @@
 #include <errno.h>
 #include <stdio.h>
 #if defined(WIN32_VC)
-  #include <winsock2.h>
+  #include <winsock.h>
 #endif
 
 ////////////////////////////////////////////////////////////////////