Home | Info | Community | Development | myReactOS | Contact Us
00001 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ 00002 #include <precomp.h> 00003 00004 00005 /* 00006 * @implemented 00007 */ 00008 void _wperror(const wchar_t *s) 00009 { 00010 fwprintf(stderr, L"%s: %S\n", s, _strerror(NULL)); 00011 }