include the manifest in NetHackW res

This commit is contained in:
nhmall
2024-04-15 12:09:23 -04:00
parent cf8ab3137f
commit 453eacdcb6
2 changed files with 16 additions and 7 deletions
+10 -1
View File
@@ -34,7 +34,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// remains consistent on all systems.
IDI_NETHACKW ICON "NETHACK.ICO"
/////////////////////////////////////////////////////////////////////////////
//
// Menu
@@ -455,6 +454,16 @@ sound_Wooden_Harp_G WAVE "sound_Wooden_Harp_G.wav"
sa2_xpleveldown WAVE "sa2_xpleveldown.wav"
sa2_xplevelup WAVE "sa2_xplevelup.wav"
#endif
#ifndef ID_MANIFEST
#define ID_MANIFEST 1
#endif
#ifndef RT_MANIFEST
#define RT_MANIFEST MAKEINTRESOURCE(24)
#endif
ID_MANIFEST RT_MANIFEST "NetHackW.exe.manifest"
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////