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
740 stars 338 forks source link

Use lower case header names #78

Open higaski opened 1 year ago

higaski commented 1 year 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.