File tree Expand file tree Collapse file tree 6 files changed +35
-0
lines changed Expand file tree Collapse file tree 6 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 22
33#include "python_ver_rc.h"
44
5+ #ifndef RT_MANIFEST
6+ // bpo-45220: Cannot reliably #include RT_MANIFEST from
7+ // anywhere, so we hardcode it
8+ #define RT_MANIFEST 24
9+ #endif
510// Include the manifest file that indicates we support all
611// current versions of Windows.
7121 RT_MANIFEST "python.manifest"
Original file line number Diff line number Diff line change 22
33#include "python_ver_rc.h"
44
5+ #ifndef RT_MANIFEST
6+ // bpo-45220: Cannot reliably #include RT_MANIFEST from
7+ // anywhere, so we hardcode it
8+ #define RT_MANIFEST 24
9+ #endif
10+
511// Include the manifest file that indicates we support all
612// current versions of Windows.
7131 RT_MANIFEST "python.manifest"
Original file line number Diff line number Diff line change 22
33#include "python_ver_rc.h"
44
5+ #ifndef RT_MANIFEST
6+ // bpo-45220: Cannot reliably #include RT_MANIFEST from
7+ // anywhere, so we hardcode it
8+ #define RT_MANIFEST 24
9+ #endif
10+
511// Include the manifest file that indicates we support all
612// current versions of Windows.
7131 RT_MANIFEST "python.manifest"
Original file line number Diff line number Diff line change 22
33#include "python_ver_rc.h"
44
5+ #ifndef RT_MANIFEST
6+ // bpo-45220: Cannot reliably #include RT_MANIFEST from
7+ // anywhere, so we hardcode it
8+ #define RT_MANIFEST 24
9+ #endif
10+
511// Include the manifest file that indicates we support all
612// current versions of Windows.
7132 RT_MANIFEST "python.manifest"
Original file line number Diff line number Diff line change 22
33#include "python_ver_rc.h"
44
5+ #ifndef RT_MANIFEST
6+ // bpo-45220: Cannot reliably #include RT_MANIFEST from
7+ // anywhere, so we hardcode it
8+ #define RT_MANIFEST 24
9+ #endif
10+
511// Include the manifest file that indicates we support all
612// current versions of Windows.
7131 RT_MANIFEST "python.manifest"
Original file line number Diff line number Diff line change 22
33#include <winver.h>
44
5+ #ifndef RT_MANIFEST
6+ // bpo-45220: Cannot reliably #include RT_MANIFEST from
7+ // anywhere, so we hardcode it
8+ #define RT_MANIFEST 24
9+ #endif
10+
511// Include the manifest file that indicates we support all
612// current versions of Windows.
7132 RT_MANIFEST "python.manifest"
You can’t perform that action at this time.
0 commit comments