Correct the version info.

svn path=/trunk/; revision=17347
This commit is contained in:
Emanuele Aliberti 2005-08-12 19:15:01 +00:00
parent a8308edaa4
commit 222891f5a8

View file

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