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

📄 precomp.h

📁 ARM9基于WINDOWSCE的BSP源代码
💻 H
字号:
/*
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
* PARTICULAR PURPOSE.
*
* Copyright (c) 1995-1998  Microsoft Corporation
*
* Release Status:OS005-SW-70002-r0p0-00REL0
* $Copyright: 
* ----------------------------------------------------------------
* This confidential and proprietary software may be used only as
* authorised by a licensing agreement from ARM Limited
*   (C) COPYRIGHT 2004 ARM Limited
*       ALL RIGHTS RESERVED
* The entire notice above must be reproduced on all authorised
* copies and copies may only be made to the extent permitted
* by a licensing agreement from ARM Limited.
* ----------------------------------------------------------------
* File:     precomp.h,v
* Revision: 1.1
* ----------------------------------------------------------------
* $
* Module Name:  
*     precomp.h
*
*Abstract:  
*    Precompiled header
*
--*/

#ifndef __PRECOMP_H__
#define __PRECOMP_H__

#define DDI 1

/* A switch to display or hide the mouse cursor */
#define SHOW_CURSOR

#include <windows.h>
#include <types.h>
#include <winddi.h>
#include <gpe.h>
#include <arm_clcd.h>
#include <emul.h>

#endif /* #define __PRECOMP_H__ */

⌨️ 快捷键说明

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