STABLE14-windows-setup-utils-20081028

LICENSE IPL10

correct file name to match the file.
committed broken in windows-file-versioning-20030619


(cherry picked from commit ef70f73141)
This commit is contained in:
Max Cohan 2008-10-28 17:57:41 +00:00 committed by Jeffrey Altman
parent 4899132ac1
commit f1f9a119cd

View File

@ -16,8 +16,8 @@
//
#include <windows.h>
#define AFS_VERINFO_FILE_DESCRIPTION "AFS 安装实用程序 DLL"
#define AFS_VERINFO_NAME "afs_setup_utmls"
#define AFS_VERINFO_FILENAME "afs_setup_utmls.exe"
#define AFS_VERINFO_NAME "afs_setup_utils"
#define AFS_VERINFO_FILENAME "afs_setup_utils.exe"
#define AFS_VERINFO_LANG_CODE 0x804
#define AFS_VERINFO_CHARSET 936
#include "AFS_component_version_number.h"