mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[PORTCLS] Don't repeat "PORTCLS" module name in version info
This commit is contained in:
parent
82e81b2342
commit
ea8a49d81f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#define REACTOS_VERSION_DLL
|
#define REACTOS_VERSION_DLL
|
||||||
#define REACTOS_STR_FILE_DESCRIPTION "PORTCLS Port Class Driver API"
|
#define REACTOS_STR_FILE_DESCRIPTION "Port Class Driver API"
|
||||||
#define REACTOS_STR_INTERNAL_NAME "portcls"
|
#define REACTOS_STR_INTERNAL_NAME "portcls"
|
||||||
#define REACTOS_STR_ORIGINAL_FILENAME "portcls.sys"
|
#define REACTOS_STR_ORIGINAL_FILENAME "portcls.sys"
|
||||||
#include <reactos/version.rc>
|
#include <reactos/version.rc>
|
||||||
|
|
Loading…
Reference in a new issue