Searched refs:MAX_RECENT_PATHNAME_DISPLAY (Results 1 – 1 of 1) sorted by relevance
662 #define MAX_RECENT_PATHNAME_DISPLAY 30 in ProcessFileMenu() macro664 pathFile.CompactPathEx(MAX_RECENT_PATHNAME_DISPLAY); in ProcessFileMenu()665 assert(wcslen((LPCWSTR)pathFile) <= MAX_RECENT_PATHNAME_DISPLAY); in ProcessFileMenu()668 WCHAR szText[4 + MAX_RECENT_PATHNAME_DISPLAY + 1]; in ProcessFileMenu()