www.pudn.com > CLanCompiler.rar > OutputErrDlg.h
#if !defined(AFX_OUTPUTERRDLG_H__63C2B49C_CF04_4D81_8F66_9AFB3AE8337C__INCLUDED_)
#define AFX_OUTPUTERRDLG_H__63C2B49C_CF04_4D81_8F66_9AFB3AE8337C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OutputErrDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// COutputErrDlg dialog
class COutputErrDlg : public CDialog
{
// Construction
public:
COutputErrDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(COutputErrDlg)
enum { IDD = IDD_OutputErr };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(COutputErrDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(COutputErrDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_OUTPUTERRDLG_H__63C2B49C_CF04_4D81_8F66_9AFB3AE8337C__INCLUDED_)