Browse Source

Fixed Win32 includes.

woollybah 8 năm trước cách đây
mục cha
commit
047d6017f7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      stdc.mod/stdc.c

+ 2 - 1
stdc.mod/stdc.c

@@ -12,7 +12,8 @@
 
 #define WIN32_LEAN_AND_MEAN
 #include <windows.h>
-#include <winsock.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
 
 extern int _bbusew;