📄 pch.h
字号:
/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
pch.h
Abstract
Author:
Peter Binder (pbinder) 4/08/98
Revision History:
Date Who What
-------- --------- ------------------------------------------------------------
4/08/98 pbinder birth
--*/
#include <windows.h>
#include <winioctl.h>
#include <setupapi.h>
#include <dbt.h>
#include <stdlib.h>
#include <time.h>
#include <ntdd1394.h>
#include "util.h"
#include "common.h"
#include "1394api.h"
#include "local.h"
#include "debug.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -