stdafx.h
来自「vc环境下的pgp源码」· C头文件 代码 · 共 25 行
H
25 行
//////////////////////////////////////////////////////////////////////////////
// StdAfx.h
//
// Contains global MFC includes.
//////////////////////////////////////////////////////////////////////////////
// $Id: StdAfx.h,v 1.4 1998/12/14 18:58:50 nryan Exp $
// Not really Copyright (C) 1998 by Network Associates, Inc.
// All rights reserved.
#ifndef Included_StdAfx_h // [
#define Included_StdAfx_h
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC OLE automation classes
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
//{{AFX_INSERT_LOCATION}}
#endif // ] Included_StdAfx_h
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?