mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/mysql-5.0 ndb/include/ndb_types.h: Auto merged
This commit is contained in:
commit
e23ba8ea59
1 changed files with 9 additions and 0 deletions
|
@ -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…
Reference in a new issue