[ttssh2-commit] [9369] 使用していない SetDropDownListT() を削除

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 8月 15日 (日) 22:14:33 JST


Revision: 9369
          https://osdn.net/projects/ttssh2/scm/svn/commits/9369
Author:   zmatsuo
Date:     2021-08-15 22:14:33 +0900 (Sun, 15 Aug 2021)
Log Message:
-----------
使用していない SetDropDownListT() を削除

Modified Paths:
--------------
    trunk/teraterm/common/dlglib.h

-------------- next part --------------
Modified: trunk/teraterm/common/dlglib.h
===================================================================
--- trunk/teraterm/common/dlglib.h	2021-08-15 13:14:21 UTC (rev 9368)
+++ trunk/teraterm/common/dlglib.h	2021-08-15 13:14:33 UTC (rev 9369)
@@ -50,13 +50,6 @@
 LONG GetCurSel(HWND HDlg, int Id_Item);
 void InitDlgProgress(HWND HDlg, int id_Progress, int *CurProgStat);
 void SetEditboxEmacsKeybind(HWND hDlg, int nID);
-
-#if defined(_UNICODE)
-#define SetDropDownListT(p1, p2, p3, p4)	SetDropDownListW(p1, p2, p3, p4)
-#else
-#define SetDropDownListT(p1, p2, p3, p4)	SetDropDownList(p1, p2, p3, p4)
-#endif
-
 void TTSetDlgFontA(const char *face, int height, int charset);
 void TTSetDlgFontW(const wchar_t *face, int height, int charset);
 const wchar_t *TTGetClassName(const DLGTEMPLATE *DlgTempl);


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