stdafx.h

来自「再贡献一份基于osip 协议栈的用户代理」· C头文件 代码 · 共 65 行

H
65
字号
/******************************************************>
 * Copyright (c) 2001 Microsoft Corporation. 
 * All rights reserved.
 *
 * Copyright (c) 2005 enum.at
 * All rights reserved.
 *
 * @Abstract: StdAfx.h
 * ---------- [ Header Declaration File]
 * 
 *
 *
 ******************************************************/

#if !defined(AFX_STDAFX_H__D7C67B57_5C7A_4C03_B87F_98D37F93D82A__INCLUDED_)
#define AFX_STDAFX_H__D7C67B57_5C7A_4C03_B87F_98D37F93D82A__INCLUDED_

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

// klaus
// Helper macros
#define SAFE_RELEASE(x) {if(x){(x)->Release();(x)=NULL;}}

// String constants
#define MAX_STRING 256

// end klaus


#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers

#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions
#include <afxdisp.h>        // MFC Automation classes
#include <afxdtctl.h>		// MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT


#include "Utils.h"

#include "process.h"
#include "rtccore.h"
#include "rtcerr.h"

//#include <windows.h>
//#include <atlbase.h>
//#include "objbase.h"
//#include <tchar.h>
//#include "ocidl.h"
//#include "process.h"
#include "crtdbg.h"
#include <afxdisp.h>

//klaus
#include <strsafe.h>
#include <afxdhtml.h>

//end klaus

#endif // !defined(AFX_STDAFX_H__D7C67B57_5C7A_4C03_B87F_98D37F93D82A__INCLUDED_)

⌨️ 快捷键说明

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