mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Before this commit, MSVC builds were using /manifestdependency flag instead of embedding perlexe.manifest. That was causing issues like GetVersionEx() returning the wrong version number on Windows 10.
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
PERLEXE ICON perlexe.ico
|
|
|
|
#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
|
|
#define RT_MANIFEST 24
|
|
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "perlexe.manifest"
|