diff options
| author | Steve Dower <steve.dower@microsoft.com> | 2016-04-06 19:36:23 (GMT) |
|---|---|---|
| committer | Steve Dower <steve.dower@microsoft.com> | 2016-04-06 19:36:23 (GMT) |
| commit | 765c635dc85d3b3e8049dc644b99a20d79338018 (patch) | |
| tree | 38d242da82554928d8382bb69166508f949252f6 /PC/python_ver_rc.h | |
| parent | 819399b2ab3cba99de540b07f6ec12b2777f6ec0 (diff) | |
| parent | b0660582cc9260022053c83dcfddd47891700147 (diff) | |
| download | cpython-765c635dc85d3b3e8049dc644b99a20d79338018.zip cpython-765c635dc85d3b3e8049dc644b99a20d79338018.tar.gz cpython-765c635dc85d3b3e8049dc644b99a20d79338018.tar.bz2 | |
Adds version info to all signed binaries on Windows
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 |
