This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix DllMain definition to fix building with gcc-4.8.1 from www.mingw.org
[perl5.git] / win32 / perlexe.rc
... / ...
CommitLineData
1PERLEXE ICON perlexe.ico
2
3#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1
4#define RT_MANIFEST 24
5
6#ifdef INCLUDE_MANIFEST
7CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "perlexe.manifest"
8#endif