mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
[DXG] Don't repeat "DXG" module name in version info
This commit is contained in:
parent
84e8ea0dd5
commit
e0c17c3f46
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "DXG DirectX interface Device Driver"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "DirectX interface Device Driver"
|
||||
#define REACTOS_STR_INTERNAL_NAME "dxg"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "dxg.sys"
|
||||
#include <reactos/version.rc>
|
||||
|
|
Loading…
Reference in a new issue