reactos/hal/halx86/smp/halmacpi.rc

10 lines
361 B
Plaintext
Raw Normal View History

#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>