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
710 stars 337 forks source link

Use lower case header names #78

Open higaski opened 9 months ago

higaski commented 9 months ago

The code currently uses upper case header names in some places (e.g. Windows.h). This is an issue when trying to use MINGW which expects them to be lower case. The changes should not affect actual Windows platforms as they are case-insensitive.