stdafx.h

来自「可以用于.net2005或.net2003中的vc调试」· C头文件 代码 · 共 35 行

H
35
字号
/*----------------------------------------------------------------------
"Debugging Applications" (Microsoft Press)
Copyright (c) 1997-2000 John Robbins -- All rights reserved.

With excellent updates from Scott Bloom, Ching Ming Kwok,
Jeff Shanholtz, and Pablo Presedo!
----------------------------------------------------------------------*/
#if !defined ( _STDAFX_H )
#define _STDAFX_H

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#define _CRT_SECURE_NO_DEPRECATE 

#define VC_EXTRALEAN

#define WINVER 0x0500

#include <afxwin.h>
#include <afxext.h>
#include <AFXCVIEW.H>
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>
#endif


#include <imagehlp.h>
#include <time.h>

//{{AFX_INSERT_LOCATION}}

#endif // !_STDAFX_H

⌨️ 快捷键说明

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