summaryrefslogtreecommitdiff
path: root/plugins/TooltipNotify/src/Utils.h
blob: 19afbab838d04cd2776fbff9e043ff5349b7aa88 (plain)
1
2
3
4
5
6
7
8
//
// Utils.h
//

#pragma once

BOOL IsNt50();
void TruncateWithDots(wchar_t* szString, size_t iNewLen);