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

📄 precomp.h

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻 H
字号:
/*
 * $Workfile: PRECOMP.H $
 * $Revision: 4 $
 * $Date: 4/07/00 8:51a $
 * $Modtime: 4/07/00 8:36a $
 * $Author: Sarma $
 *
 * Copyright (c) 1998 National Semiconductor Corporation.
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of National 
 * Semiconductor Corporation. ("Confidential Information").
 * You shall not disclose such Confidential Information and shall use it only
 * in accordance with the terms of the license agreement you entered into
 * with National Semiconductor Corporation.
 * This code is supplied as is.
 *
 */

/*
 *$Log: /CE/Platform/Nsc/Drivers/Video/gxvideo/base/PRECOMP.H $
 * 
 * 4     4/07/00 8:51a Sarma
 * Removed Cyrix Corporation from the legal/confidentail information.
 * 
 * 3     3/29/00 9:14a Sarma
 * Adding necessary include files depending upon the env variables set for
 * direct draw
 * 
 * 2     11/12/98 3:14p Sarma
 * Added Confidential copyright to files with VSS keywords for
 * log/history.
 *$History: PRECOMP.H $
 * 
 * *****************  Version 4  *****************
 * User: Sarma        Date: 4/07/00    Time: 8:51a
 * Updated in $/CE/Platform/Nsc/Drivers/Video/gxvideo/base
 * Removed Cyrix Corporation from the legal/confidentail information.
 * 
 * *****************  Version 3  *****************
 * User: Sarma        Date: 3/29/00    Time: 9:14a
 * Updated in $/CE/Platform/Nsc/Drivers/Video/gxvideo/base
 * Adding necessary include files depending upon the env variables set for
 * direct draw
 * 
 * *****************  Version 2  *****************
 * User: Sarma        Date: 11/12/98   Time: 3:14p
 * Updated in $/wince/v2.1/gxvideo
 * Added Confidential copyright to files with VSS keywords for
 * log/history.
*/

#include <windows.h>
#include <types.h>
#include <winddi.h>

#ifdef DD_SUPPORT
#include <emul.h>
#include <ddrawi.h>
#include <ddpguids.h>
#include <ddgpe.h>
#include <ddhfuncs.h>
#else
#include <gpe.h>
#endif //DD_SUPPORT

#include <gxvideo.h>

#ifdef DD_SUPPORT
#include <cognac.h>

#include <ddgpeusr.h>

/* nav: for Gxm interface */
//#include <toolhal.h>

/* nav: for Gxm DirectDraw */
#include <halgxm.h>
#endif //DD_SUPPORT

#ifdef __cplusplus
extern "C"
{
#endif

BOOL VirtualCopy( LPVOID, LPVOID, DWORD, DWORD );

#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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