Merge 13831:14550 from trunk
[reactos.git] / rosapps / sysutils / win32err.h
1 #ifndef _INC_WIN32ERR_H
2 #define _INC_WIN32ERR_H
3 /* $Id: win32err.h,v 1.1 1999/05/16 07:27:35 ea Exp $ */
4 #ifndef _GNU_H_WINDOWS_H
5 #include <windows.h>
6 #endif /* ndef _GNU_H_WINDOWS_H */
7 VOID
8 PrintWin32Error(
9 PWCHAR Message,
10 DWORD ErrorCode
11 );
12 #endif /* ndef _INC_WIN32ERR_H */