mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
10 lines
394 B
Text
10 lines
394 B
Text
|
#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>
|