reactos/rosapps/sysutils/win32err.h
Steven Edwards ff86185830 remove windows.h
svn path=/trunk/; revision=14516
2005-04-05 19:19:44 +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 */