1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-17 08:16:59 +00:00
reactos/rosapps/applications/sysutils/win32err.h

10 lines
153 B
C
Raw Normal View History

#ifndef _INC_WIN32ERR_H
#define _INC_WIN32ERR_H
/* $Id$ */
VOID
PrintWin32Error(
PWCHAR Message,
DWORD ErrorCode
);
#endif /* ndef _INC_WIN32ERR_H */