mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
2012315e5a
svn path=/trunk/; revision=34303
9 lines
153 B
C
9 lines
153 B
C
#ifndef _INC_WIN32ERR_H
|
|
#define _INC_WIN32ERR_H
|
|
/* $Id$ */
|
|
VOID
|
|
PrintWin32Error(
|
|
PWCHAR Message,
|
|
DWORD ErrorCode
|
|
);
|
|
#endif /* ndef _INC_WIN32ERR_H */
|