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

📄 precomp.h

📁 wince IE浏览器的源码
💻 H
字号:
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
#ifndef NO_FAVORITES
#include <atlbase.h>
extern CComModule _Module;

#include <atlwin.h>
#endif

#include <windows.h>
#include <windowsx.h>
#include <winbase.h>

#include <commctrl.h>


// Component includes
//#include <docobj.h>
//#include <olectl.h>
//#include <mshtml.h>

// Site includes
//#include <mshtmcid.h>
//#include <mshtmdid.h>

// Include the automation definitions...
#include <exdisp.h>
#include <exdispid.h>

#include <objbase.h>

#include <tchar.h>

#include <wininet.h>
#include <afdfunc.h>	//ras stuff
#include <pkfuncs.h>	// GetOwnerProcess
#include <mshtml.h>

extern HINSTANCE g_hInstance;


#define MAXLEN MAX_URL
#define ANIMATIONWIDTH		26
#define ANIMATIONHEIGHT		26

//from commdlg.h
#define FR_DOWN                         0x00000001
#define FR_WHOLEWORD					0x00000002
#define FR_MATCHCASE                    0x00000004

#define RELEASE_INTERFACE(x)	if (x)	x->Release();

#define LOADSTRING(id) (LPCTSTR )LoadString(g_hInstance, id, NULL, 0)

#define _countof(x) (sizeof(x) / sizeof(x[0]))

⌨️ 快捷键说明

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