[Ttssh2-commit] [8697] tmfc.cpp(TTCDialog)でダイアログを作成するとき Unicode版API を使用するようにした

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2020年 4月 12日 (日) 00:55:11 JST


Revision: 8697
          https://osdn.net/projects/ttssh2/scm/svn/commits/8697
Author:   zmatsuo
Date:     2020-04-12 00:55:11 +0900 (Sun, 12 Apr 2020)
Log Message:
-----------
tmfc.cpp(TTCDialog)でダイアログを作成するとき Unicode版API を使用するようにした

- CreateDialogIndirectParam() -> _CreateDialogIndirectParamW()

Modified Paths:
--------------
    trunk/teraterm/common/tmfc.cpp

-------------- next part --------------
Modified: trunk/teraterm/common/tmfc.cpp
===================================================================
--- trunk/teraterm/common/tmfc.cpp	2020-04-11 15:55:03 UTC (rev 8696)
+++ trunk/teraterm/common/tmfc.cpp	2020-04-11 15:55:11 UTC (rev 8697)
@@ -525,7 +525,7 @@
 		dlgproc = nullptr;
 	}
 	pseudoPtr = this;
-	HWND hWnd = ::CreateDialogIndirectParam(
+	HWND hWnd = _CreateDialogIndirectParamW(
 		hInstance, lpTemplate, hParent,
 		dlgproc, (LPARAM)this);
 	pseudoPtr = nullptr;


Ttssh2-commit メーリングリストの案内
Back to archive index