Searched refs:_STR2WSTR (Results 1 – 4 of 4) sorted by relevance
8 #define _STR2WSTR(str) __STR2WSTR(str) macro9 #define STR2WSTR(str) _STR2WSTR(str)
5 #define _STR2WSTR(str) L##str macro6 #define STR2WSTR(str) _STR2WSTR(str)