reactos/rosapps/applications/sysutils/win32err.h
Aleksey Bragin 2012315e5a - Start rosapps rearrange and cleanup process.
svn path=/trunk/; revision=34303
2008-07-05 11:46:22 +00:00

10 lines
153 B
C

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