#define HAS_INT64_PRIMITIVE #ifdef MSVC #define int64_t __int64 #elif ... #else typedef struct int64_t_ { int32_t a, b; } int64_t; #undef HAS_INT64_PRIMITIVE #endif
- Michael
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php