Merge pull request #116 from hishamhm/cross-windows

Use lowercase Windows header name
This commit is contained in:
Bruno Silvestre 2018-06-29 13:49:01 -03:00 committed by GitHub
commit 879ba6d4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
#include <string.h>
#if defined(WIN32)
#include <Winsock2.h>
#include <winsock2.h>
#endif
#include <openssl/ssl.h>