diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-26 23:17:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-26 23:17:39 +0300 |
commit | 42e20e76dd64d9f11d2f56dda7888476231dee44 (patch) | |
tree | 2eb187ecb9503a4e898eec875c6198a9f428bf1d /plugins/TabSRMM | |
parent | 81b4f713089d7d2c3b65d5c74e5c12f85b5d7e55 (diff) |
Windows'98 compatibility code is not needed for years
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/chat_window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |