regsvr32: Fix filename in version definition.

oldstable
Hugh McMaster 2014-03-28 15:57:05 +11:00 committed by Alexandre Julliard
parent db094db851
commit 2aad5d7caf
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Options:\n\
}
#define WINE_FILEDESCRIPTION_STR "Wine Register Server"
#define WINE_FILENAME_STR "REGSVR32"
#define WINE_FILENAME_STR "REGSVR32.EXE"
#define WINE_FILETYPE VFT_APP
#define WINE_FILEVERSION 5,0,1586,1
#define WINE_FILEVERSION_STR "5.0.1586.1"