mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
I'm going to just keep bludgeoning these typedefs until they stick
This commit is contained in:
parent
131f5aca33
commit
66ff430be2
@ -64,11 +64,13 @@
|
||||
* Thanks for your time.
|
||||
*/
|
||||
typedef JSWord intptr_t;
|
||||
#endif
|
||||
typedef JSUint8 uint8_t;
|
||||
typedef JSUint16 uint16_t;
|
||||
typedef JSUint32 uint32_t;
|
||||
typedef JSUint64 uint64_t;
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(__i386__)
|
||||
|
Loading…
Reference in New Issue
Block a user