X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=e_os.h;h=eaa9396b88eb9c27559d1abdc47d682a65d55694;hp=f85b754b1207abefaf6159bec8168b360e9a83dc;hb=2469e76b30d64d9374e06523f3c8a7d669986523;hpb=d6e03b707796747442be86c56e88c653f91ac9ed diff --git a/e_os.h b/e_os.h index f85b754b12..eaa9396b88 100644 --- a/e_os.h +++ b/e_os.h @@ -223,7 +223,7 @@ extern "C" { */ # define _WIN32_WINNT 0x0501 # endif -# if !defined(OPENSSL_NO_SOCK) && (defined(_WIN32_WINNT) || defined(_WIN32_WCE)) +# if defined(_WIN32_WINNT) || defined(_WIN32_WCE) /* * Just like defining _WIN32_WINNT including winsock2.h implies * certain "discipline" for maintaining [broad] binary compatibility.