Revision: 8203 https://osdn.net/projects/ttssh2/scm/svn/commits/8203 Author: yasuhide Date: 2019-09-20 20:09:12 +0900 (Fri, 20 Sep 2019) Log Message: ----------- [Tooltip] ウィンドウクラス名をTeraTermTipWinClassに変更した - アプリケーション内でグローバルなクラスなので長めのクラス名にした Modified Paths: -------------- branches/tootip_classify/teraterm/common/tipwin.h -------------- next part -------------- Modified: branches/tootip_classify/teraterm/common/tipwin.h =================================================================== --- branches/tootip_classify/teraterm/common/tipwin.h 2019-09-20 11:09:11 UTC (rev 8202) +++ branches/tootip_classify/teraterm/common/tipwin.h 2019-09-20 11:09:12 UTC (rev 8203) @@ -37,7 +37,7 @@ #define TIP_WIN_FRAME_WIDTH 6 -#define TipWinClassName _T("TipWinClass") +#define TipWinClassName _T("TeraTermTipWinClass") typedef struct tagTipWinData TipWin;