[DXG] Don't repeat "DXG" module name in version info

This commit is contained in:
Thamatip Chitpong 2023-12-01 08:23:13 +07:00 committed by GitHub
parent 84e8ea0dd5
commit e0c17c3f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>