📄 precomp.h
字号:
#define WIN9X_COMPAT_SPINLOCK
#include <ntddk.h>
#pragma warning(disable:4201) // nameless struct/union warning
#include <stdarg.h>
#include <wdf.h>
#pragma warning(default:4201)
#include <initguid.h> // required for GUID definitions
#include <wdmguid.h> // required for WMILIB_CONTEXT
#include "PCIEReg.h"
#include "Public.h"
#include "Private.h"
#include "trace.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -