stdafx.h

来自「六种列举当前所有的串口方法」· C头文件 代码 · 共 16 行

H
16
字号
#define VC_EXTRALEAN
#define _WIN32_WINNT 0x0400 //Required for CoInitializeSecurity


#include <afxext.h> 
#include <afxtempl.h>
#include <afxpriv.h>
#include <afxole.h>

#include <setupapi.h>
#include <malloc.h>
#include <winspool.h>
#include <Wbemcli.h>
#include <comdef.h>
#include <stdio.h>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?