Searched defs:dlg_toupper (Results 1 – 1 of 1) sorted by relevance
32 #define dlg_toupper(ch) towupper((wint_t)ch) macro35 #define dlg_toupper(ch) (((ch) > 0 && (ch) <= 255) ? toupper(ch) : (ch)) macro