1
0
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:
Cédric DIJOUX 2023-04-02 03:28:27 +02:00 committed by GitHub
parent 0a3d510750
commit 67beeb83b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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