• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Tera Termの個人的な作業用リポジトリ


Commit MetaInfo

修订版95ddea90a0e063abad2346621f1a8f3b21db0e17 (tree)
时间2020-05-12 23:32:13
作者zmatsuo <zmatsuo@user...>
Commiterzmatsuo

Log Message

TTCPropertyPage 内の不要関数を削除

git-svn-id: svn+ssh://svn.osdn.net/svnroot/ttssh2/trunk@8768 f5f01b69-1e22-0410-acbf-894ab4bd6246

更改概述

差异

--- a/teraterm/common/tmfc.h
+++ b/teraterm/common/tmfc.h
@@ -162,6 +162,5 @@ protected:
162162 PROPSHEETPAGEW_V1 m_psp;
163163 private:
164164 static INT_PTR CALLBACK Proc(HWND hDlgWnd, UINT msg, WPARAM wp, LPARAM lp);
165- static UINT CALLBACK PropSheetPageProc(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp);
166165 };
167166
--- a/teraterm/common/tmfc_property.cpp
+++ b/teraterm/common/tmfc_property.cpp
@@ -94,11 +94,6 @@ void TTCPropertyPage::OnHelp()
9494 {
9595 }
9696
97-UINT CALLBACK TTCPropertyPage::PropSheetPageProc(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp)
98-{
99- return 0;
100-}
101-
10297 INT_PTR CALLBACK TTCPropertyPage::Proc(HWND hDlgWnd, UINT msg, WPARAM wp, LPARAM lp)
10398 {
10499 TTCPropertyPage *self = (TTCPropertyPage *)::GetWindowLongPtr(hDlgWnd, DWLP_USER);