mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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:
parent
10910ca9e1
commit
0fdb5d9b63
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
add_library(swenum SHARED swenum.c)
|
add_library(swenum SHARED swenum.c swenum.rc)
|
||||||
set_module_type(swenum kernelmodedriver)
|
set_module_type(swenum kernelmodedriver)
|
||||||
add_importlibs(swenum ks ntoskrnl hal)
|
add_importlibs(swenum ks ntoskrnl hal)
|
||||||
add_cd_file(TARGET swenum DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
add_cd_file(TARGET swenum DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||||
|
|
5
drivers/ksfilter/swenum/swenum.rc
Normal file
5
drivers/ksfilter/swenum/swenum.rc
Normal file
|
@ -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>
|
Loading…
Reference in a new issue