Steve Dower <steve.do...@python.org> added the comment:
> bpo-45220 removed the winuser.h include from the PC\*.rc files, so the > RT_MANIFEST resource type macro isn't defined. It needs to be defined in the > file or a common header. For example: > > #define RT_MANIFEST 24 > 1 RT_MANIFEST "python.manifest" I vote for this approach, since apparently RC doesn't complain about undefined macros. Otherwise I'd put it in the build scripts. It's weird that the WinSDK breaks RC with the winuser.h header, but since it does, we don't really have a choice but to hard-code the value. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45354> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com