perl/win32/perlexe.rc
Tomasz Konojacki e84e5a4c05 win32: use the same manifest for Visual C++ and gcc builds
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.
2020-10-14 11:10:40 -06:00

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"