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

📄 pch.h

📁 winddk src目录下的WDM源码压缩!
💻 H
字号:
/*++

Copyright (c) 1998  Microsoft Corporation

Module Name: 

    pch.h

Abstract


Author:

    Peter Binder (pbinder) 5/04/98

Revision History:
Date     Who       What
-------- --------- ------------------------------------------------------------
5/04/98  pbinder   birth
--*/

#include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <ntdd1394.h>
#include "1394api.h"
#include "debug.h"
#include "util.h"
#include "async.h"
#include "isoch.h"
#include "1394.h"
#include "resource.h"
#include "local.h"

⌨️ 快捷键说明

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