reactos/rosapps/applications/sysutils/win32err.h

10 lines
202 B
C
Raw Normal View History

#ifndef _INC_WIN32ERR_H
#define _INC_WIN32ERR_H
/* $Id: win32err.h 14516 2005-04-05 19:19:44Z sedwards $ */
VOID
PrintWin32Error(
PWCHAR Message,
DWORD ErrorCode
);
#endif /* ndef _INC_WIN32ERR_H */