From 42e20e76dd64d9f11d2f56dda7888476231dee44 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Mar 2017 23:17:39 +0300 Subject: Windows'98 compatibility code is not needed for years --- plugins/TabSRMM/src/chat_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/chat_window.cpp b/plugins/TabSRMM/src/chat_window.cpp index e1315d7dee..4153a2a7b1 100644 --- a/plugins/TabSRMM/src/chat_window.cpp +++ b/plugins/TabSRMM/src/chat_window.cpp @@ -459,7 +459,7 @@ LBL_SkipEnd: // calculate the required rectangle for a string using the given font. This is more // precise than using GetTextExtentPoint...() -int GetTextPixelSize(wchar_t* pszText, HFONT hFont, bool bWidth) +int GetTextPixelSize(wchar_t *pszText, HFONT hFont, bool bWidth) { if (!pszText || !hFont) return 0; -- cgit v1.2.3