mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
10 lines
361 B
Text
10 lines
361 B
Text
|
#define REACTOS_VERSION_DLL
|
||
|
#ifdef _M_AMD64
|
||
|
#define REACTOS_STR_FILE_DESCRIPTION "X64 Multiprocessor Hardware Abstraction Layer"
|
||
|
#else
|
||
|
#define REACTOS_STR_FILE_DESCRIPTION "X86 Multiprocessor Hardware Abstraction Layer"
|
||
|
#endif
|
||
|
#define REACTOS_STR_INTERNAL_NAME "halmacpi"
|
||
|
#define REACTOS_STR_ORIGINAL_FILENAME "halmacpi.dll"
|
||
|
#include <reactos/version.rc>
|