precomp.h
来自「这个是串口驱动程序开发包」· C头文件 代码 · 共 17 行
H
17 行
#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 + =
减小字号Ctrl + -
显示快捷键?