reactos/hal/halx86/pc98/halpc98.rc

10 lines
394 B
Plaintext

#define REACTOS_VERSION_DLL
#if defined(CONFIG_SMP)
// #define REACTOS_STR_FILE_DESCRIPTION "NEC PC-98 series Multiprocessor Hardware Abstraction Layer"
#else
#define REACTOS_STR_FILE_DESCRIPTION "NEC PC-98 series Uniprocessor Hardware Abstraction Layer"
#endif
#define REACTOS_STR_INTERNAL_NAME "halpc98"
#define REACTOS_STR_ORIGINAL_FILENAME "halpc98.dll"
#include <reactos/version.rc>