mirror of
https://github.com/coturn/coturn.git
synced 2025-10-22 19:41:27 +02:00
Fix MSVC CI build (#1182)
Removing windows.h inclusion, not needed with ws2tcpip.h. Causes some struct redefinitions.
This commit is contained in:
parent
0a3d510750
commit
67beeb83b1
@ -48,7 +48,6 @@
|
||||
|
||||
#if defined(WINDOWS)
|
||||
#include <process.h>
|
||||
#include <windows.h>
|
||||
#include <ws2tcpip.h>
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user