Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
version up to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Jan 15, 2022
1 parent daa94d6 commit c845d9e
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 12 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ You can check the IAT by `dumpbin /imports` of Visual Studio Command Prompt.
- SRW lock functions are partially supported.
- Initialize-once functions are partially supported.
- Condition variables functions are partially supported.
- 2022.XX.YY ver.0.8.1
- Supported GetThreadUILanguage/SetThreadUILanguage.

## How to build?

Expand Down
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ You can check the IAT by dumpbin /imports of Visual Studio Command Prompt.
- SRW lock functions are partially supported.
- Initialize-once functions are partially supported.
- Condition variables functions are partially supported.
- 2022.XX.YY ver.0.8.1
- Supported GetThreadUILanguage/SetThreadUILanguage.

## WARNING!

Expand Down
2 changes: 2 additions & 0 deletions READMEJP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Visual Studio コマンドプロンプトの dumpbin /imports で IAT をチェ
- SRWロック関数を部分的にサポート。
- Initialize-once関数を部分的にサポート。
- 状態変数関数を部分的にサポート。
- 2022.XX.YY ver.0.8.1
- GetThreadUILanguage/SetThreadUILanguageをサポート。

## 警告

Expand Down
10 changes: 5 additions & 5 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

AppId={{A7770A09-8021-4ADC-B9F8-1D73153AB14C}
AppName=vista2xp
AppVerName=vista2xp 0.8
AppVerName=vista2xp 0.8.1
AppPublisher=Katayama Hirofumi MZ
AppPublisherURL=http://katahiromz.web.fc2.com/
AppSupportURL=http://katahiromz.web.fc2.com/
Expand All @@ -23,7 +23,7 @@ DisableDirPage=no
AllowNoIcons=yes
LicenseFile=LICENSE.txt
OutputDir=.
OutputBaseFilename=vista2xp-0.8-setup
OutputBaseFilename=vista2xp-0.8.1-setup
SetupIconFile=vista2xp\res\Icon_1.ico
Compression=lzma
SolidCompression=yes
Expand All @@ -33,9 +33,9 @@ VersionInfoCompany=Katayama Hirofumi MZ
VersionInfoCopyright=Copyright (C) 2019 Katayama Hirofumi MZ.
VersionInfoDescription=vista2xp
VersionInfoProductName=vista2xp
VersionInfoProductTextVersion=0.8
VersionInfoProductVersion=0.8
VersionInfoVersion=0.8
VersionInfoProductTextVersion=0.8.1
VersionInfoProductVersion=0.8.1
VersionInfoVersion=0.8.1

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down
2 changes: 1 addition & 1 deletion pack.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set DIST=vista2xp-0.8-bin
set DIST=vista2xp-0.8.1-bin
if not exist %DIST% mkdir %DIST%
copy README.txt %DIST%
copy READMEJP.txt %DIST%
Expand Down
2 changes: 1 addition & 1 deletion vista2xp/lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
// RT_DIALOG

IDD_MAIN DIALOG 0, 0, 240, 175
CAPTION "vista2xp ver.0.8 by katahiromz"
CAPTION "vista2xp ver.0.8.1 by katahiromz"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
FONT 8, "Arial"
{
Expand Down
2 changes: 1 addition & 1 deletion vista2xp/lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
// RT_DIALOG

IDD_MAIN DIALOG 0, 0, 240, 175
CAPTION "vista2xp ver.0.8 by 片山博文MZ"
CAPTION "vista2xp ver.0.8.1 by 片山博文MZ"
STYLE DS_CENTER | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
FONT 9, "MS UI Gothic"
{
Expand Down
8 changes: 4 additions & 4 deletions vista2xp/vista2xp_res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ IDI_MAIN ICON "res/Icon_1.ico"
// RT_VERSION

1 VERSIONINFO
FILEVERSION 0, 8, 0, 0
PRODUCTVERSION 0, 8, 0, 0
FILEVERSION 0, 8, 1, 0
PRODUCTVERSION 0, 8, 1, 0
FILEOS 0x40004
FILETYPE 0x1
{
Expand All @@ -31,10 +31,10 @@ FILETYPE 0x1
{
VALUE "CompanyName", "Katayama Hirofumi MZ\0"
VALUE "FileDescription", "vista2xp\0"
VALUE "FileVersion", "0.8\0"
VALUE "FileVersion", "0.8.1\0"
VALUE "LegalCopyright", "Copyright (C) 2019 Katayama Hirofumi MZ.\0"
VALUE "ProductName", "vista2xp\0"
VALUE "ProductVersion", "0.8\0"
VALUE "ProductVersion", "0.8.1\0"
}
}
BLOCK "VarFileInfo"
Expand Down

0 comments on commit c845d9e

Please sign in to comment.