Android requires POCO_INT64_IS_LONG

This commit is contained in:
Günter Obiltschnig 2020-01-10 14:31:17 +01:00
parent b82e2cbb5a
commit c7c6871c4a

View File

@ -49,7 +49,7 @@ using UIntPtr = std::uintptr_t;
#if defined(__LP64__)
#define POCO_PTR_IS_64_BIT 1
#define POCO_LONG_IS_64_BIT 1
#if POCO_OS == POCO_OS_LINUX
#if POCO_OS == POCO_OS_LINUX || POCO_OS == POCO_OS_ANDROID
#define POCO_INT64_IS_LONG 1
#endif
#endif