Author: akhaldi Date: Thu Nov 28 22:26:13 2013 New Revision: 61135
URL: http://svn.reactos.org/svn/reactos?rev=61135&view=rev Log: [NTDLL] * Improve the resource file. CORE-7637
Modified: trunk/reactos/dll/ntdll/def/ntdll.rc
Modified: trunk/reactos/dll/ntdll/def/ntdll.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/ntdll/def/ntdll.rc?rev=... ============================================================================== --- trunk/reactos/dll/ntdll/def/ntdll.rc [iso-8859-1] (original) +++ trunk/reactos/dll/ntdll/def/ntdll.rc [iso-8859-1] Thu Nov 28 22:26:13 2013 @@ -1,7 +1,7 @@ #define REACTOS_VERSION_DLL -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Layer DLL\0" -#define REACTOS_STR_INTERNAL_NAME "ntdll\0" -#define REACTOS_STR_ORIGINAL_FILENAME "ntdll.dll\0" +#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>
#include <ntstatus.rc>