reactos/rosapps/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 */