Loading ndb/include/ndb_types.h +9 −0 Original line number Diff line number Diff line Loading @@ -48,5 +48,14 @@ typedef Uint64 UintPtr; #endif #endif #ifdef __SIZE_TYPE__ typedef __SIZE_TYPE__ UintPtr; #else #if SIZEOF_CHARP == 4 typedef Uint32 UintPtr; #else typedef Uint64 UintPtr; #endif #endif #endif Loading
ndb/include/ndb_types.h +9 −0 Original line number Diff line number Diff line Loading @@ -48,5 +48,14 @@ typedef Uint64 UintPtr; #endif #endif #ifdef __SIZE_TYPE__ typedef __SIZE_TYPE__ UintPtr; #else #if SIZEOF_CHARP == 4 typedef Uint32 UintPtr; #else typedef Uint64 UintPtr; #endif #endif #endif