`

关于#defineWIN32_LEAN_AND_MEAN

    博客分类:
  • VC
阅读更多

关于#defineWIN32_LEAN_AND_MEAN


MSDN的资料:


为加速生成过程,VisualC++提供了如下定义(这些定义通过排除一些不太常用的API,减小了Win32头文件的大小):

 

VC_EXTRALEAN

WIN32_LEAN_AND_MEAN

 

VC_EXTRALEAN定义WIN32_LEAN_AND_MEAN和若干NOservice定义,如NOCOMM和NOSOUND。(有关NOservice定义列表,请参见头文件Windows.h和MFC头文件afxv_w32.h。)

 

用VisualC++应用程序向导创建的应用程序自动使用VC_EXTRALEAN。可以在旧式MFC应用程序中手动定义VC_EXTRALEAN以加速生成过程。

 

非MFC应用程序可以定义WIN32_LEAN_AND_MEAN和适用的NOservice定义以减少生成时间

分享到:
评论

相关推荐

    ping的源代码

    终于找到了: 部分内容 <br/>ping的源代码 <br/>#pragma pack(4) #define WIN32_LEAN_AND_MEAN #include #include #include #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 ...

    mathematics_in_lean:精益数学教程的用户主存储库

    本教程取决于Lean,VS Code和mathlib。 您可以按照mathlib信息库的说明进行安装。 要使用本教程,您需要设置一个项目文件夹。 打开一个终端并输入: leanproject get mathematics_in_lean 然后在VS Code中打开项目...

    GH_CP343-1-Lean-CX10_78_lean_

    LEAN MANUAL DE OPERACION

    Lean_manufacturing_Production_flow_and_activities_AX2012

    ### Lean Manufacturing: Production Flows and Activities in Microsoft Dynamics AX2012 #### Introduction The white paper "Lean Manufacturing: Production Flows and Activities AX2012" is focused on the ...

    IyCnet_Configuracion_de_una_CP_343-min_lean_

    标题"IyCnet_Configuracion_de_una_CP_343-min_lean_"表明这是一个关于配置CP 343-1 Lean控制器的教程或指南。"GH_CP343-1-Lean-CX10_78"可能是这个配置的具体场景或者版本号,暗示可能涉及到CX10系列的设备。标签...

    Win32LeanAndMean:C ++ 14 没有宏

    该项目从MinGW w32api生成C ++ 14标头“ Win32LeanAndMean.hpp”,包括定义了WIN32_LEAN_AND_MEAN的Win32 API声明: typedef,例如HWND 结构,例如WNDCLASSEX 功能,例如MessageBoxW 将常量宏转换为小写形式的...

    转载:已编译好的openssh库

    "CFLAG= /MD /Ox /O2 /Ob2 /W3 /WX /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -D_CRT_SECURE_NO_DEPRECATE - D_CRT_NONSTDC_NO_DEPRECATE /Fdout32 -DOPENSSL_...

    斐讯K3_LEDE固件_R7.3.2_lean

    斐讯K3_LEDE固件_R7.3.2,lean编译,刷入K3,可使用LEDE固件

    Accelerate_The Science of Lean Software and DevOps 2018.epub

    Beginning in late 2013, we embarked on a four-year research journey to investigate what capabilities and practices are important to accelerate the development and delivery of software and, in turn, ...

    theorem_proving_in_lean:精益定理证明

    make install-depsmake htmlmake latexpdf仅在第一次时才需要make install-deps的调用,并且仅当您想使用Sphinx和Pygments的捆绑版本并为Lean改进了语法突出显示时才需要。如何测试精益代码段 make leantest如何...

    FXRuby.Create.Lean.and.Mean.GUIs.with.Ruby

    FXRuby.Create.Lean.and.Mean.GUIs.with.Ruby

    format_lean:精益文件格式器

    安装您需要Python 3.7或更高版本以及Lean。 确保已安装python软件包管理器pip 。 克隆此存储库,转到其根目录... 基本用法是: format_lean --inpath limits.lean --outdir build --lib-path /usr/lib/lean-mathlib/src

    在非MFC程序中引用CString

    #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <afx.h> // MFC Header Files #include <windows.h> // Windows Header Files #include #include #include #...

    tjs:TJS = tinyc编译器+ quickjs

    TJS = tinyc编译器+ quickjs 混合两个世界的力量,使您可以在js中(内联)调用c函数。 玩具项目,不保证安全,使用风险自负。例子// yes, it support es-... raw `#define UNICODE#define WIN32_LEAN_AND_MEAN#includ

    make_openwrt_code_from_Lean

    《构建OpenWRT固件:基于Lean的代码实践》 OpenWRT是一个开源的路由器操作系统,它基于Linux,提供了一套强大的网络和路由功能。在本文中,我们将深入探讨如何从Lean的源代码构建OpenWRT固件,特别是针对小米Mi ...

    发现网络中的活动主机

    #define WIN32_LEAN_AND_MEAN #include #include #include #include #include #include #include typedef struct iphdr { unsigned int headlen:4; unsigned int version:4; unsigned char tos; ...

    主文件

    #define WIN32_LEAN_AND_MEAN #define INITGUID #include #include #include #include #include #include #include #include "hhh.h" #pragma comment(lib, "ddraw.lib") ``` 这些指令的作用如下: - `#...

    嵌入式tcp_ip Lean

    《嵌入式TCP/IP Lean》一书主要探讨了在嵌入式系统中如何理解和实现TCP/IP协议栈的精简版本,以及如何构建嵌入式的Web服务器。以下是对这些主题的详细解析: 1. **TCP/IP协议栈**:TCP/IP协议栈是互联网通信的基础...

Global site tag (gtag.js) - Google Analytics