提交 | 用户 | age
|
418cb3
|
1 |
// KLink1.h: KLink1 DLL 的主标头文件
|
Q |
2 |
//
|
|
3 |
|
|
4 |
#pragma once
|
|
5 |
|
|
6 |
#ifndef __AFXWIN_H__
|
|
7 |
#error "include 'pch.h' before including this file for PCH"
|
0a20f7
|
8 |
#endif
|
Q |
9 |
|
418cb3
|
10 |
#include "resource.h" // 主符号
|
Q |
11 |
|
|
12 |
|
|
13 |
// CKLink1App
|
|
14 |
// 有关此类实现的信息,请参阅 KLink1.cpp
|
|
15 |
//
|
|
16 |
|
|
17 |
class CKLink1App : public CWinApp
|
|
18 |
{
|
0a20f7
|
19 |
public:
|
418cb3
|
20 |
CKLink1App();
|
Q |
21 |
|
|
22 |
// 重写
|
|
23 |
public:
|
|
24 |
virtual BOOL InitInstance();
|
|
25 |
|
|
26 |
DECLARE_MESSAGE_MAP()
|
|
27 |
virtual int ExitInstance();
|
0a20f7
|
28 |
};
|
Q |
29 |
|