Added NATIVE_INT64 flag
git-svn-id: svn://10.0.0.236/trunk@59182 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
96823e93e7
commit
722d12630c
@ -60,6 +60,9 @@
|
||||
#endif /* AIX4_3 */
|
||||
#endif /* XP_BEOS */
|
||||
|
||||
// Define this if the machine natively supports 64-bit integers
|
||||
#define NATIVE_INT64
|
||||
|
||||
// Define float32 and float64.
|
||||
typedef double float64;
|
||||
typedef float float32;
|
||||
|
||||
@ -60,6 +60,9 @@
|
||||
#endif /* AIX4_3 */
|
||||
#endif /* XP_BEOS */
|
||||
|
||||
// Define this if the machine natively supports 64-bit integers
|
||||
#define NATIVE_INT64
|
||||
|
||||
// Define float32 and float64.
|
||||
typedef double float64;
|
||||
typedef float float32;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user