diff options
Diffstat (limited to 'PC/python_ver_rc.h')
-rw-r--r-- | PC/python_ver_rc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h index 8ad18ef..8ce03fe 100644 --- a/PC/python_ver_rc.h +++ b/PC/python_ver_rc.h @@ -10,10 +10,10 @@ #include "modsupport.h" #include "patchlevel.h" #ifdef _DEBUG -# include "pythonnt_rc_d.h" +# include <pythonnt_rc_d.h> # define PYTHON_DEBUG_EXT "_d" #else -# include "pythonnt_rc.h" +# include <pythonnt_rc.h> # define PYTHON_DEBUG_EXT #endif |