📄 precomp.h
字号:
#ifndef _PRECOMP_H_
#define _PRECOMP_H_
#include <stddef.h>
extern "C" {
#include "ntddk.h"
#include "ntddser.h"
}
#define DEBUG_HEADER ("SERIAL: ")
#include "../../include/kd.h"
#include "configData.h"
#include "serialDevice.h"
#include "serial.h"
#include "serlog.h"
#endif //_PRECOMP_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -