pch.h
来自「winddk src目录下的WDM源码压缩!」· C头文件 代码 · 共 35 行
H
35 行
/*++
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 + =
减小字号Ctrl + -
显示快捷键?