Fix minor casing issue in include files

This fails when compiling x86_64-pc-windows-msvc targets on a case sensitive file system.
This commit is contained in:
Jasper Bekkers 2022-02-06 22:12:19 +01:00 committed by GitHub
parent a01d259db3
commit aea0665eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@
#include <ipexport.h>
#include <iphlpapi.h>
#include <limits.h>
#include <Mstcpip.h>
#include <mstcpip.h>
#include <mswsock.h>
#include <process.h>
#include <rpc.h>