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

📄 pch.h

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻 H
字号:
//
// Permedia3 Sample Display Driver
// pch.h
//
// Copyright (c) 2000 Microsoft Corporation. All rights reserved.
//
// This is the special "pre-compiled header" header. Everything that is
// included in this file is added to the pch. These should be stable,
// system headers.

#pragma once

#include <windows.h>
#include <ceddk.h>

// Set DDI to conditionally compile winddi.h for a driver.

#define DDI 1
#include <winddi.h>
#undef DDI

// Some useful definitions omitted from winddi.h.

#define XO_DESTBITFIELDS XO_DESTPALETTE
#define XO_SRCBITFIELDS  XO_SRCPALETTE 

// Microsoft Software Graphics Library Header.

#include <swg.h>

⌨️ 快捷键说明

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