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

📄 precomp.h

📁 Lido PXA270平台开发板的最新BSP,包括源代码
💻 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.
//
/***************************************************************************
 * Name        : precomp.h
 * Title       : MBX WinCE driver pre-compiled header
 * Author(s)   : Imagination Technologies
 * Created	   : 2nd January 2003
 *
 * Copyright   : 2003 by Imagination Technologies. All rights reserved.
 *             : No part of this software, either material or conceptual 
 *             : may be copied or distributed, transmitted, transcribed,
 *             : stored in a retrieval system or translated into any 
 *             : human or computer language in any form by any means,
 *             : electronic, mechanical, manual or other-wise, or 
 *             : disclosed to third parties without the express written
 *             : permission of Imagination Technologies Limited, Unit 8,
 *             : HomePark Industrial Estate, King's Langley, Hertfordshire,
 *             : WD4 8LZ, U.K.
 *
 * Description : MBX WinCE driver pre-compiled header.
 *
 * Platform    : WinCE
 *
 * Modifications:-
 * $Log: precomp.h $
 *
 *  --- Revision Logs Removed --- 
 *
 *  --- Revision Logs Removed --- 
 *
 *  --- Revision Logs Removed --- 
 *
 *  --- Revision Logs Removed --- 
 *
 ****************************************************************************/

#ifdef DEBUG_RELEASE_BUILD
#pragma optimize( "", off )
#define DEBUG		1
#endif

#include	<windows.h>
#include	<types.h>
#include	<winddi.h>
#include	<emul.h>
#include	<ceddk.h>
#include	<gpe.h>
#include	<pm.h>
#include	<gxinfo.h>

extern "C"
{
#include	"services_headers.h"
#include	"rect.h"
#include	"hwdefs.h"
#include	"pdpal.h"
#include	"proto.h"
#include	"debug.h"
#include	"bltfuncs.h"
#include	"dispinfo.h"
#include	"winsys.h"
}

#ifdef SUPPORT_KYRO_AS_MBX_DEVICE
#include	"simblt.h"
#endif

#include	"memnodes.h"
#include	"mbxconvrt.h"
#include	"fbstrategy.h"
#include	"struct.h"
#include	"hwverify.h"
#include	"drvtest.h"
#include	"gapi.h"

#ifdef ENABLE_2D_PROFILE
#include "profile2d.h"
#endif

#include	"mbxmain.h"

/********************************** end of file ******************************/

⌨️ 快捷键说明

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