mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Fix builtin OpenSSL configuration
Fixes a bug that happens on Windows 64-bits.
This commit is contained in:
parent
864c0e84de
commit
2c6d0d4905
@ -213,8 +213,13 @@ extern "C" {
|
|||||||
|
|
||||||
#ifdef OPENSSL_USE_64_BITS
|
#ifdef OPENSSL_USE_64_BITS
|
||||||
|
|
||||||
#define SIXTY_FOUR_BIT_LONG
|
# ifdef _WIN32
|
||||||
#undef SIXTY_FOUR_BIT
|
# undef SIXTY_FOUR_BIT_LONG
|
||||||
|
# define SIXTY_FOUR_BIT
|
||||||
|
# else
|
||||||
|
# define SIXTY_FOUR_BIT_LONG
|
||||||
|
# undef SIXTY_FOUR_BIT
|
||||||
|
# endif
|
||||||
#undef THIRTY_TWO_BIT
|
#undef THIRTY_TWO_BIT
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user