📄 stdafx.h
字号:
/**********************************************************************/* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF/* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO/* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A/* PARTICULAR PURPOSE./*/* Copyright (C) 1998 Brigham Young University. All Rights Reserved./*/* file: stdafx.h/* note: This file exists to ensure winsock2.h gets included before afxsock.h/* in MFC applications./**********************************************************************/#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers#include <afxwin.h> // MFC core and standard components#include <afxext.h> // MFC extensions#ifndef _AFX_NO_AFXCMN_SUPPORT#include <afxcmn.h> // MFC support for Windows 95 Common Controls#endif // _AFX_NO_AFXCMN_SUPPORT#include <winsock2.h>#include <afxsock.h> // MFC socket extensions
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -