summaryrefslogtreecommitdiff
path: root/nt/emacs.rc
diff options
context:
space:
mode:
Diffstat (limited to 'nt/emacs.rc')
-rw-r--r--nt/emacs.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/nt/emacs.rc b/nt/emacs.rc
index b45c57bf60b..63ed75490f9 100644
--- a/nt/emacs.rc
+++ b/nt/emacs.rc
@@ -1,6 +1,10 @@
Emacs ICON icons\emacs.ico
32649 CURSOR icons\hand.cur
-1 24 "emacs.manifest"
+#ifdef WIN64
+1 24 "emacs-x64.manifest"
+#else
+1 24 "emacs-x86.manifest"
+#endif
#ifndef VS_VERSION_INFO
#define VS_VERSION_INFO 1