stdafx.h

来自「enumser是扫描电脑端口的一个好工具」· C头文件 代码 · 共 29 行

H
29
字号
#pragma once

#ifndef STRICT
#define STRICT
#endif

#ifndef WINVER
#define WINVER 0x0400
#endif

#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#endif						

#define VC_EXTRALEAN

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

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

#include <atlbase.h>

⌨️ 快捷键说明

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