diff options
author | George Hazan <ghazan@miranda.im> | 2019-05-27 16:05:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-05-27 16:05:30 +0300 |
commit | e3179c1ef509482ff9b4c7d4fb89d0b208e84000 (patch) | |
tree | 1977dabbd3ff94309a888e299ea4a938633d00d0 /plugins/TooltipNotify/src/Utils.h | |
parent | 3a85dd706f5a03164f402f7d350f03bba5e6f764 (diff) |
obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() calls
Diffstat (limited to 'plugins/TooltipNotify/src/Utils.h')
-rw-r--r-- | plugins/TooltipNotify/src/Utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TooltipNotify/src/Utils.h b/plugins/TooltipNotify/src/Utils.h index 19afbab838..c9f8369dd3 100644 --- a/plugins/TooltipNotify/src/Utils.h +++ b/plugins/TooltipNotify/src/Utils.h @@ -4,5 +4,4 @@ #pragma once
-BOOL IsNt50();
void TruncateWithDots(wchar_t* szString, size_t iNewLen);
|