URecke

Results 1 issues of URecke

https://github.com/macchina-io/macchina.io/blob/0e2b625c61a75e1400c2984a15843dc8cca93b3b/platform/Foundation/include/Poco/Types.h#L64 64 bit is now the default on Mac. However Apple uses long long instead of long. To be compatible the following is suggested: #elif defined(__APPLE__) #define POCO_PTR_IS_64_BIT 1 typedef...