Home
last modified time | relevance | path

Searched defs:debugstr_t (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/msctf/
H A Dutils.cpp191 #define debugstr_t debugstr_w macro
194 #define debugstr_t debugstr_a macro
/reactos/dll/win32/comctl32/
H A Dstatus.c97 static inline LPCSTR debugstr_t(LPCWSTR text, BOOL isW) in debugstr_t() function