24 lines
418 B
C
24 lines
418 B
C
/****************************************************************************
|
|
|
|
Copyright (c) Microsoft Corporation 1998
|
|
All rights reserved
|
|
|
|
File: ERRORLOG.H
|
|
|
|
|
|
***************************************************************************/
|
|
|
|
#ifndef _ERRORLOG_H_
|
|
#define _ERRORLOG_H_
|
|
|
|
|
|
INT_PTR CALLBACK
|
|
ErrorsDlgProc(
|
|
HWND hDlg,
|
|
UINT uMsg,
|
|
WPARAM wParam,
|
|
LPARAM lParam );
|
|
|
|
|
|
#endif // _ERRORLOG_H_
|