itas109 / CSerialPort

CSerialPort - lightweight cross-platform serial port library for C++/C/C#/Java/Python/Node.js/Electron
https://blog.csdn.net/itas109/article/details/84282860
Other
730 stars 339 forks source link

windows vs2008 vs2010 Cannot open include file: 'ntddser.h' #40

Closed itas109 closed 4 years ago

itas109 commented 4 years ago

Describe the bug windows vs2008 vs2010 Cannot open include file: 'ntddser.h'

Desktop (please complete the following information):

itas109 commented 4 years ago
//#include <ntddser.h>  //GUID_DEVINTERFACE_COMPORT
#ifndef GUID_DEVINTERFACE_COMPORT
DEFINE_GUID(GUID_DEVINTERFACE_COMPORT, 0x86E0D1E0L, 0x8089, 0x11D0, 0x9C, 0xE4, 0x08, 0x00, 0x3E, 0x30, 0x1F, 0x73);
#endif