diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/Python.h b/Include/Python.h index 88ea8c0..490848d 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -1,3 +1,3 @@ /* Header file to be included by modules using new naming conventions */ +#define Py_USE_NEW_NAMES #include "allobjects.h" -#include "rename1.h" |