stdafx.h

来自「winNT技术操作系统,国外开放的原代码和LIUX一样」· C头文件 代码 · 共 33 行

H
33
字号
#pragma once

#define _CRT_SECURE_NO_DEPRECATE
#define _SECURE_SCL 0

#include <new>
#include <algorithm>

#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>

#include <direct.h>
#include <io.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <winsock2.h>

#include <objbase.h>
#include <oleauto.h>
#include <olectl.h>
#include <ocidl.h>
#include <objsafe.h>

#include <commctrl.h>

// EOF

⌨️ 快捷键说明

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