Skip to content

Commit

Permalink
Include Winsock2.h before windows.h
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 28, 2021
1 parent 0604d80 commit 0b7abc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_cffi_src/openssl/cryptography.py
Expand Up @@ -33,9 +33,9 @@
#endif
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#include <Winsock2.h>
#include <windows.h>
#include <Wincrypt.h>
#include <Winsock2.h>
#endif
#if CRYPTOGRAPHY_IS_LIBRESSL
Expand Down

0 comments on commit 0b7abc6

Please sign in to comment.