⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 再贡献一份基于osip 协议栈的用户代理
💻 H
字号:
/******************************************************>
 * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -