1#ifndef _INC_WIN32ERR_H 2#define _INC_WIN32ERR_H 3 4VOID 5PrintWin32Error( 6 PWCHAR Message, 7 DWORD ErrorCode 8 ); 9#endif /* ndef _INC_WIN32ERR_H */