mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[HAL/*]
* Improve resource files. CORE-7637 svn path=/trunk/; revision=61137
This commit is contained in:
parent
0758b647e2
commit
b9190f50ba
7 changed files with 21 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halup\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halup.dll\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halup"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halup.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halup\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halup.dll\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halup"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halup.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halup\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halup.dll\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halup"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halup.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halacpi\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halacpi.dll\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halacpi"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halacpi.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Multiprocessor Hardware Abstraction Layer\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halx86mp\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halx86mp.dll\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Multiprocessor Hardware Abstraction Layer"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halx86mp"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halx86mp.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halup\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halup.dll\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "X86 Uniprocessor Hardware Abstraction Layer"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halup"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halup.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Xbox Hardware Abstraction Layer\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halxbox\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halxbox.dll\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Xbox Hardware Abstraction Layer"
|
||||
#define REACTOS_STR_INTERNAL_NAME "halxbox"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "halxbox.dll"
|
||||
#include <reactos/version.rc>
|
||||
|
|
Loading…
Reference in a new issue