precomp.h
来自「ARM9基于WINDOWSCE的BSP源代码」· C头文件 代码 · 共 48 行
H
48 行
/*
*
* 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 + =
减小字号Ctrl + -
显示快捷键?