mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
9 lines
143 B
C
9 lines
143 B
C
#ifndef _INC_WIN32ERR_H
|
|
#define _INC_WIN32ERR_H
|
|
|
|
VOID
|
|
PrintWin32Error(
|
|
PWCHAR Message,
|
|
DWORD ErrorCode
|
|
);
|
|
#endif /* ndef _INC_WIN32ERR_H */
|