mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-04-02 00:21:40 +00:00
_WINSOCK_DEPRECATED_NO_WARNINGS was defined before including Winsock gear to avoid the warnings and the rewrite. Being tracked at GitHub, Issue 19, https://github.com/weidai11/cryptopp/issues/19
This commit is contained in:
parent
d76a974625
commit
05076dbdea
@ -13,6 +13,7 @@
|
||||
# if defined(_WINSOCKAPI_) && !defined(_WINSOCK2API_)
|
||||
# error Winsock 1 is not supported by this library. Please include this file or winsock2.h before windows.h.
|
||||
# endif
|
||||
#define _WINSOCK_DEPRECATED_NO_WARNINGS
|
||||
#include <winsock2.h>
|
||||
#include "winpipes.h"
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user