浏览代码

parser-inc: fix bad socklen_t definition in ws2tcpip.h

rdb 7 年之前
父节点
当前提交
2a2b48134b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dtool/src/parser-inc/ws2tcpip.h

+ 1 - 1
dtool/src/parser-inc/ws2tcpip.h

@@ -1 +1 @@
-typedef DWORD socklen_t;
+typedef int socklen_t;