Searched refs:_STLP_WINCE_TRACE (Results 1 – 2 of 2) sorted by relevance
134 # define _STLP_THROW_BAD_ALLOC { _STLP_WINCE_TRACE(L"out of memory"); ExitThread(1); }138 #define _STLP_WINCE_TRACE(msg) OutputDebugString(msg) macro
349 _STLP_WINCE_TRACE(__buffer); in _Message()