瀏覽代碼

Fix MSVC CI build (#1182)

Removing windows.h inclusion, not needed with ws2tcpip.h. Causes some
struct redefinitions.
Cédric DIJOUX 2 年之前
父節點
當前提交
67beeb83b1
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/ns_turn_defs.h

+ 0 - 1
src/ns_turn_defs.h

@@ -48,7 +48,6 @@
 
 #if defined(WINDOWS)
 #include <process.h>
-#include <windows.h>
 #include <ws2tcpip.h>
 #else
 #include <arpa/inet.h>