Skip to content

Commit 5cf6bfd

Browse files
committed
#274: warning remediation
1 parent be52eab commit 5cf6bfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Extension/Utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ HWND n2e_ToolTipCreate(const HWND hwndParent)
13141314
CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, hwndParent, NULL, NULL, NULL);
13151315
}
13161316

1317-
BOOL n2e_ToolTipAddControl(const HWND hwndToolTip, const HWND hwndControl, LPSTR pszText)
1317+
BOOL n2e_ToolTipAddControl(const HWND hwndToolTip, const HWND hwndControl, LPTSTR pszText)
13181318
{
13191319
const HWND hwndParent = GetParent(hwndToolTip);
13201320
if (!hwndToolTip || !IsWindow(hwndToolTip) || !hwndParent)

src/Extension/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ void n2e_UpdateFavLnkParams(TADDFAVPARAMS* lpParams);
165165
void n2e_EditJumpTo(const HWND hwnd, const int iNewLine, const int iNewCol, const int iNewSelStart, const int iNewSelEnd);
166166

167167
HWND n2e_ToolTipCreate(const HWND hwndParent);
168-
BOOL n2e_ToolTipAddControl(const HWND hwndToolTip, const HWND hwndControl, LPSTR pszText);
168+
BOOL n2e_ToolTipAddControl(const HWND hwndToolTip, const HWND hwndControl, LPTSTR pszText);

0 commit comments

Comments
 (0)