📄 pch.h
字号:
/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
pch.h
--*/
#include <wdm.h>
#include <1394.h>
#include "1394common.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -