Searched refs:PrintWin32Error (Results 1 – 2 of 2) sorted by relevance
379 #define perror(text) PrintWin32Error(stderr, (text))380 #define Print_errno(stream, text) PrintWin32Error((stream), (text))382 extern void PrintWin32Error(FILE *stream, LPSTR text);
422 void PrintWin32Error(FILE *stream, LPSTR text) in PrintWin32Error() function