mirror of
https://github.com/coturn/coturn.git
synced 2025-10-23 03:50:59 +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)
|
#if defined(WINDOWS)
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#else
|
#else
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user