Make its version information compatible with the one of NTOSKRNL (and accessorily its resource file). Addendum to r25937.

svn path=/trunk/; revision=68850
This commit is contained in:
Hermès Bélusca-Maïto
2015-08-29 01:56:11 +00:00
parent c932cb9d3a
commit a0a1967e8e
3 changed files with 22 additions and 7 deletions
+20 -5
View File
@@ -1,7 +1,22 @@
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Layer DLL"
#define REACTOS_STR_INTERNAL_NAME "ntdll"
#define REACTOS_STR_ORIGINAL_FILENAME "ntdll.dll"
#include <reactos/version.rc>
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS System Libraries
* FILE: dll/ntdll/def/ntdll.rc
* PURPOSE: Native Library Resource File
* PROGRAMMER: Alex Ionescu ([email protected])
*/
#include <winver.h>
#include <ntverp.h>
/* Version Data */
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "NT Layer DLL"
#define VER_INTERNALNAME_STR "ntdll.dll"
#define VER_ORIGINALFILENAME_STR "ntdll.dll"
#define VER_LANGNEUTRAL
#include "common.ver"
/* NT Status Codes */
#include <ntstatus.rc>
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS System Libraries
* FILE: dll/ntdll/include/ntdll.h
* PURPOSE: Native Libary Header
* PURPOSE: Native Library Header
* PROGRAMMER: Alex Ionescu ([email protected])
*/
+1 -1
View File
@@ -2,7 +2,7 @@
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS System Libraries
* FILE: dll/ntdll/include/ntdllp.h
* PURPOSE: Native Libary Internal Header
* PURPOSE: Native Library Internal Header
* PROGRAMMER: Alex Ionescu ([email protected])
*/