mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTDLL]
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:
@@ -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>
|
||||
|
||||
@@ -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])
|
||||
*/
|
||||
|
||||
|
||||
@@ -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])
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user