Searched refs:wxCONCAT_HELPER (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcpp.h17 #define wxCONCAT_HELPER(text, line) text ## line macro
18 #define wxCONCAT(text, line) wxCONCAT_HELPER(text, line)
H A Dafterstd.h66 #define _T(x) wxCONCAT_HELPER(L, x)
H A Dwxchar.h234 /* use wxCONCAT_HELPER so that x could be expanded if it's a macro */
235 #define wxT(x) wxCONCAT_HELPER(L, x)

Completed in 112 milliseconds