[ROSAPPS] put -Wno-unused-but-set-variable between a if(NOT MSVC) to really make...
[reactos.git] / rosapps / applications / sysutils / win32err.h
1 #ifndef _INC_WIN32ERR_H
2 #define _INC_WIN32ERR_H
3
4 VOID
5 PrintWin32Error(
6 PWCHAR Message,
7 DWORD ErrorCode
8 );
9 #endif /* ndef _INC_WIN32ERR_H */