Fix internal name of ntkrnlmp.exe. Alexander Yastrebov (menone7 ~at~ gmail com), bug #4821.

svn path=/trunk/; revision=43299
This commit is contained in:
Dmitry Gorbachev 2009-10-05 14:12:33 +00:00
parent 8c914a280c
commit 69d7cf729d

View file

@ -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"