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

View File

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