1 2 3 4 5 6 7 8
// // Utils.h // #pragma once BOOL IsNt50(); void TruncateWithDots(TCHAR* szString, int iNewLen);