mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SWENUM] Add version information. CORE-14112
Improves setup of DirectX 9.0b 4.09.00.0902 (which the game Halo wants to install) after manually lowering DirectX version in registry.
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
10910ca9e1
commit
0fdb5d9b63
@@ -1,5 +1,5 @@
|
||||
|
||||
add_library(swenum SHARED swenum.c)
|
||||
add_library(swenum SHARED swenum.c swenum.rc)
|
||||
set_module_type(swenum kernelmodedriver)
|
||||
add_importlibs(swenum ks ntoskrnl hal)
|
||||
add_cd_file(TARGET swenum DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Plug and Play Software Device Enumerator"
|
||||
#define REACTOS_STR_INTERNAL_NAME "swenum"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "swenum.sys"
|
||||
#include <reactos/version.rc>
|
||||
Reference in New Issue
Block a user