mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix internal name of ntkrnlmp.exe. Alexander Yastrebov (menone7 ~at~ gmail com), bug #4821.
svn path=/trunk/; revision=43299
This commit is contained in:
parent
8c914a280c
commit
69d7cf729d
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue