windows-setup-utils-20081028

LICENSE IPL10

correct file name to match the file.
committed broken in windows-file-versioning-20030619
This commit is contained in:
Max Cohan 2008-10-28 17:55:19 +00:00 committed by Jeffrey Altman
parent fc78255c1d
commit ef70f73141

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"