提交 | 用户 | age
|
0ed438
|
1 |
// pch.h: 这是预编译标头文件。
|
Q |
2 |
// 下方列出的文件仅编译一次,提高了将来生成的生成性能。
|
|
3 |
// 这还将影响 IntelliSense 性能,包括代码完成和许多代码浏览功能。
|
|
4 |
// 但是,如果此处列出的文件中的任何一个在生成之间有更新,它们全部都将被重新编译。
|
|
5 |
// 请勿在此处添加要频繁更新的文件,这将使得性能优势无效。
|
|
6 |
|
|
7 |
#ifndef PCH_H
|
|
8 |
#define PCH_H
|
|
9 |
|
|
10 |
// 添加要在此处预编译的标头
|
|
11 |
#include "framework.h"
|
|
12 |
#include <afxext.h>
|
|
13 |
#include <afxext.h>
|
|
14 |
#include <afxext.h>
|
|
15 |
#include <afxext.h>
|
|
16 |
#include <afxcview.h>
|
|
17 |
#include <afxwin.h>
|
|
18 |
#include <afxwin.h>
|
|
19 |
#include <afxwin.h>
|
|
20 |
#include <afxcontrolbars.h>
|
|
21 |
#include <afxcontrolbars.h>
|
|
22 |
#include <afxcontrolbars.h>
|
65f713
|
23 |
#include <afxcontrolbars.h>
|
Q |
24 |
#include <afxcontrolbars.h>
|
|
25 |
#include <afxcontrolbars.h>
|
|
26 |
#include <afxcontrolbars.h>
|
|
27 |
#include <afxcontrolbars.h>
|
|
28 |
#include <afxcontrolbars.h>
|
b978bf
|
29 |
#include <afxwin.h>
|
Q |
30 |
#include <afxwin.h>
|
0ed438
|
31 |
|
Q |
32 |
#endif //PCH_H
|