Searched refs:PrintWin32Error (Results 1 – 2 of 2) sorted by relevance
312 #define perror(text) PrintWin32Error(stderr, (text))313 #define Print_errno(stream, text) PrintWin32Error((stream), (text))315 extern void PrintWin32Error(FILE *stream, LPSTR text);
408 void PrintWin32Error(FILE *stream, LPSTR text) in PrintWin32Error() function