Changeset 339 for pyyaml/trunk/ext/_yaml.h
- Timestamp:
- 12/30/08 14:55:02 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/ext/_yaml.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/ext/_yaml.h
r335 r339 14 14 15 15 #endif 16 17 #ifdef _MSC_VER /* MS Visual C++ 6.0 */ 18 #if _MSC_VER == 1200 19 20 #define PyLong_FromUnsignedLongLong(z) PyInt_FromLong(i) 21 22 #endif 23 #endif
Note: See TracChangeset
for help on using the changeset viewer.
