1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-13 19:44:12 +00:00
reactos/modules/rosapps/applications/sysutils/win32err.h

10 lines
143 B
C
Raw Normal View History

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