Merge trunk head (r43756)
[reactos.git] / reactos / ntoskrnl / ntoskrnl.rc
index df1a3f2..4ede1c5 100644 (file)
 #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"