pch.h

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· C头文件 代码 · 共 31 行

H
31
字号
//
// 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 + =
减小字号Ctrl + -
显示快捷键?