stdafx.cpp

来自「autocad 编程 对autocad 开发软件的朋友提供」· C++ 代码 · 共 26 行

CPP
26
字号
// StdAfx.cpp : source file that includes just the standard includes
//  StdAfx.pch will be the pre-compiled header
//  StdAfx.obj will contain the pre-compiled type information

#include "StdAfx.h"

#ifdef _DEBUG
#define _DEBUG_WAS_DEFINED
#undef _DEBUG
#define NDEBUG
#endif

#ifdef _ATL_STATIC_REGISTRY
#include <statreg.h>
#include <statreg.cpp>
#endif

#include <atlimpl.cpp>

#ifdef _DEBUG_WAS_DEFINED
#undef NDEBUG
#define _DEBUG
#undef _DEBUG_WAS_DEFINED
#endif

⌨️ 快捷键说明

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