reactos/rosapps/applications/sysutils/win32err.h
Hermès Bélusca-Maïto 66a44527fd Remove the unneeded $Id$ blabla from the source code.
svn path=/trunk/; revision=58493
2013-03-14 01:14:18 +00:00

10 lines
143 B
C

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