Kaydet (Commit) 31a4262d authored tarafından Tim Peters's avatar Tim Peters

Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else

Michael Hudson's nice gimmicks for IEEE special
values (infinities, NaNs) don't work.
üst a43190bc
......@@ -318,6 +318,8 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_DOUBLE 8
#define SIZEOF_FLOAT 4
/* VC 7.1 has them and VC 6.0 does not. VC 6.0 has a version number of 1200.
Microsoft eMbedded Visual C++ 4.0 has a version number of 1201 and doesn't
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment