mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Correct the version info.
svn path=/trunk/; revision=17347
This commit is contained in:
parent
a8308edaa4
commit
222891f5a8
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS/VMS Environment Subsystem Server\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "vmsss\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "vmsss.exe\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS/Win32 console+user usermode server\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "winsrv\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "winsrv.exe\0"
|
||||
#include <reactos/version.rc>
|
||||
|
|
Loading…
Reference in a new issue