pch.h

来自「winddk src目录下的WDM源码压缩!」· C头文件 代码 · 共 37 行

H
37
字号
/*++

Copyright (c) 1998  Microsoft Corporation

Module Name: 

    pch.h

Abstract


Author:

    Peter Binder (pbinder) 4/13/98

Revision History:
Date     Who       What
-------- --------- ------------------------------------------------------------
4/13/98  pbinder   birth
--*/

#include <wdm.h>

#include <1394.h>
#include "common.h"
#include "1394vdev.h"
#include "debug.h"


#ifdef _1394VDEV_C
#include "util.c"
#include "1394api.c"
#include "asyncapi.c"
#include "isochapi.c"
#endif

⌨️ 快捷键说明

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