mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
10 lines
394 B
Plaintext
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>
|