From 69d7cf729d856934aa9ca0f9b6faa3fa352a9e4e Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Mon, 5 Oct 2009 14:12:33 +0000 Subject: [PATCH] Fix internal name of ntkrnlmp.exe. Alexander Yastrebov (menone7 ~at~ gmail com), bug #4821. svn path=/trunk/; revision=43299 --- reactos/ntoskrnl/ntoskrnl.rc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/ntoskrnl/ntoskrnl.rc b/reactos/ntoskrnl/ntoskrnl.rc index df1a3f2cc71..4ede1c557de 100644 --- a/reactos/ntoskrnl/ntoskrnl.rc +++ b/reactos/ntoskrnl/ntoskrnl.rc @@ -14,8 +14,13 @@ #define VER_FILETYPE VFT_DRV #define VER_FILESUBTYPE VFT2_DRV_SYSTEM #define VER_FILEDESCRIPTION_STR "NT Kernel & System" +#ifndef CONFIG_SMP #define VER_INTERNALNAME_STR "ntoskrnl.exe" #define VER_ORIGINALFILENAME_STR "ntoskrnl.exe" +#else +#define VER_INTERNALNAME_STR "ntkrnlmp.exe" +#define VER_ORIGINALFILENAME_STR "ntkrnlmp.exe" +#endif #define VER_LANGNEUTRAL #include "common.ver"