work around a conflict with visual studio build

This commit is contained in:
nhmall
2024-04-15 12:45:49 -04:00
parent 2ce6df8be5
commit 7e6dab38c5
3 changed files with 4 additions and 2 deletions

View File

@@ -455,12 +455,14 @@ sa2_xpleveldown WAVE "sa2_xpleveldown.wav"
sa2_xplevelup WAVE "sa2_xplevelup.wav"
#endif
#ifdef VIA_MAKE
#ifndef ID_MANIFEST
#define ID_MANIFEST 1
#endif
#ifndef RT_MANIFEST
#define RT_MANIFEST MAKEINTRESOURCE(24)
#endif
#endif
ID_MANIFEST RT_MANIFEST "NetHackW.exe.manifest"