regsvr32: Fix WINE_FILENAME_STR definition

Hugh McMaster hugh.mcmaster at masterindexing.com
Fri Mar 28 00:12:55 CDT 2014


Currently, the "Original Filename" of Wine's regsvr32.exe is defined as follows:

    #define WINE_FILENAME_STR "REGSVR32"

This is incorrect.  File properties for regsvr32.exe in Windows XP and Windows 7 both display this property as "REGSVR32.EXE".

"REGSVR32" is the application's "Internal Name".

This patch corrects this problem and provides consistency with all of the other Wine programs.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: regsvr32-filename-string.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140328/e3d6a7ef/attachment.txt>


More information about the wine-patches mailing list