-
Notifications
You must be signed in to change notification settings - Fork 3
/
EIM02.h
51 lines (38 loc) · 1.36 KB
/
EIM02.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// EIM02.h : main header file for the EIM02 application
//
#if !defined(AFX_EIM02_H__E3B24EBA_BA0F_4562_8D5A_D3C3CF085C33__INCLUDED_)
#define AFX_EIM02_H__E3B24EBA_BA0F_4562_8D5A_D3C3CF085C33__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "thirdpartclass/WinAppEx.h"
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CEIM02App:
// See EIM02.cpp for the implementation of this class
//
class CEIM02App : public CWinAppEx
{
public:
CEIM02App();
static LONG __stdcall EM_UnhandledExceptionFilter(LPEXCEPTION_POINTERS ExceptionInfo);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEIM02App)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CEIM02App)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EIM02_H__E3B24EBA_BA0F_4562_8D5A_D3C3CF085C33__INCLUDED_)