mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +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>
|