mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
bug 226238. WinXP 64bit Port for mozilla/db. r/sr=bienvenu
This commit is contained in:
parent
cdedae5f14
commit
32988b0b33
@ -49,7 +49,7 @@ typedef unsigned short mdb_u2; // make sure this is two bytes
|
||||
typedef short mdb_i2; // make sure this is two bytes
|
||||
typedef PRUint32 mdb_u4; // make sure this is four bytes
|
||||
typedef PRInt32 mdb_i4; // make sure this is four bytes
|
||||
typedef long mdb_ip; // make sure sizeof(mdb_ip) == sizeof(void*)
|
||||
typedef PRWord mdb_ip; // make sure sizeof(mdb_ip) == sizeof(void*)
|
||||
|
||||
typedef mdb_u1 mdb_bool; // unsigned byte with zero=false, nonzero=true
|
||||
|
||||
|
@ -83,7 +83,7 @@ typedef unsigned short mork_u2; // make sure this is two bytes
|
||||
typedef short mork_i2; // make sure this is two bytes
|
||||
typedef PRUint32 mork_u4; // make sure this is four bytes
|
||||
typedef PRInt32 mork_i4; // make sure this is four bytes
|
||||
typedef long mork_ip; // make sure sizeof(mork_ip) == sizeof(void*)
|
||||
typedef PRWord mork_ip; // make sure sizeof(mork_ip) == sizeof(void*)
|
||||
|
||||
typedef mork_u1 mork_ch; // small byte-sized character (never wide)
|
||||
typedef mork_u1 mork_flags; // one byte's worth of predicate bit flags
|
||||
|
Loading…
Reference in New Issue
Block a user