stdafx.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 33 行

H
33
字号
//////////////////////////////////////////////////////////////////////////////
// StdAfx.h
//
// Contains global MFC includes.
//////////////////////////////////////////////////////////////////////////////

// $Id: StdAfx.h,v 1.1 1998/09/20 12:20:47 wprice 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

#define NIL					0L




//{{AFX_INSERT_LOCATION}}




#endif	// ] Included_StdAfx_h

⌨️ 快捷键说明

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