mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
fa1ec0a2ed
Also make HalpBiosDisplayReset() function always return FALSE, because we don't have a BIOS on Xbox. CORE-16216 CORE-16219
13 lines
423 B
Text
13 lines
423 B
Text
#define REACTOS_VERSION_DLL
|
|
|
|
#if defined(SARCH_PC98)
|
|
#define REACTOS_STR_FILE_DESCRIPTION "NEC PC-98 Boot Video Driver"
|
|
#elif defined(SARCH_XBOX)
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Original Xbox Boot Video Driver"
|
|
#else
|
|
#define REACTOS_STR_FILE_DESCRIPTION "VGA Boot Driver"
|
|
#endif
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "bootvid.dll"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "bootvid.dll"
|
|
#include <reactos/version.rc>
|