当前位置:网站首页>Macro compilation preprocessing header Win32_ LEAN_ AND_ MEAN
Macro compilation preprocessing header Win32_ LEAN_ AND_ MEAN
2022-06-12 12:09:00 【Just want to call Yoko】
In many windows In projects under , We can often see in stdafx.h There is such a macro definition in #define WIN32_LEAN_AND_MEAN, Its function is actually when our project includes <windows.h> Remove the inclusion of some header files , Speed up compilation , You can jump into <windows.h> Search for WIN32_LEAN_AND_MEAN You can see which header files have been removed , According to the Internet, it is not used MFC Can include the preprocessing header , I also tested it with a small project , Basically, it has little impact on the compilation speed and the generated files , So I personally think that as long as everyone knows that there is such a thing , When reading other people's code, if there is such a thing that can know what it is doing .
边栏推荐
- TinyMCE realizes automatic uploading of pasted pictures
- win7注册进程外组件, 服务, 以及COM组件调试
- Automatic generation of folder directory structure
- Chaîne la plus longue sans caractères dupliqués (leetcode 3)
- ARM processor mode and register
- Load/store memory access instruction of arm instruction set (1)
- [译] Go References - The Go Memory Model | golang官方文档中文翻译之内存模型
- 如何确定首页和搜索之间的关系呢?首页与搜索的关系
- 5g NR protocol learning -- ts38.211 downlink channel
- LeetCode_字符串_简单_344.反转字符串
猜你喜欢

First understand the onion model, analyze the implementation process of middleware, and analyze the source code of KOA Middleware

KDD2022 | 边信息增强图Transformer

Cookie和Session

MySQL review

PDSCH related

ARM processor mode and register

Elk construction guide

Compiling Draco library on Windows platform

TinyMCE series (II) TinyMCE plug-in development

LeetCode 1037. 有效的回旋镖(向量叉乘)
随机推荐
5G NR協議學習--TS38.211下行通道
Preliminary study on Regional Simulation of crop model
6.6 rl:mdp and reward function
开源项目-(ERP+酒店+电商)后台管理系统
LeetCode_ String_ Simple_ 344. reverse string
UML series articles (31) architecture modeling - deployment diagram
Reprint --win10 open the task manager to solve the blue screen problem
Create servlet project
Multiplication instruction of arm instruction set
ARM指令集之乘法指令
点击产生4位随机数,验证码设置
TinyMCE series (II) TinyMCE plug-in development
Spark common encapsulation classes
bind、call、apply三者的区别,还有bind()的封装
MySQL review
Promise understanding has used promise to realize picture preloading (sequential loading)
mysql复习
Jump instruction of arm instruction set
邻居子系统之ARP协议数据处理过程
#ifndef#define#endif防止头文件重复包含, 你不是真的懂