1#define REACTOS_VERSION_DLL 2#ifdef _M_AMD64 3#define REACTOS_STR_FILE_DESCRIPTION "X64 Multiprocessor Hardware Abstraction Layer" 4#else 5#define REACTOS_STR_FILE_DESCRIPTION "X86 Multiprocessor Hardware Abstraction Layer" 6#endif 7#define REACTOS_STR_INTERNAL_NAME "halmacpi" 8#define REACTOS_STR_ORIGINAL_FILENAME "halmacpi.dll" 9#include <reactos/version.rc> 10