Searched refs:TO_L_STRING_NO_EXPANSION (Results 1 – 2 of 2) sorted by relevance
38 #define TO_L_STRING_NO_EXPANSION(x) L ## x macro53 #define TO_L_STRING(x) TO_L_STRING_NO_EXPANSION(x)
53 EXPECT_STREQ(L"blat", TO_L_STRING_NO_EXPANSION("blat")); in TEST()