📄 precomp.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) 1999 Microsoft Corporation
//
// written by: ESG Solution Center Munich
//
// Module Name: precomp.h
//
// abstract: Windows CE display driver for C&T 69000
// main include file
//
//-----------------------------------------------------------------------
#include <windows.h>
#include <types.h>
#include <winddi.h>
//defined in sources. set env variable DXPAK
//#define DXPAK 0 // compile for DX extensions
#if DXPAK
#include <ddrawi.h>
#include <ddpguids.h>
#include <ddgpe.h>
#include <ddhfuncs.h>
#else
#include <gpe.h>
#endif
#include <emul.h>
#include <wdm.h>
#include "linheap.h"
#include "ct69000.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -