AndreRenaud/simple_uart

Linux Crosscompile for Windows fails

andkae opened this issue · 2 comments

andkae commented

Hi André,

at the moment i encounter an issue with case sensitivity and insivity between linux and windows. For compile i use windows-shared-x64. This expects following lib names basetsd.h and setupapi.h. In the simple_uart is following defined:

#include <BaseTsd.h>

#include <Setupapi.h> // Devices: SetupDiGetClassDevs

I would change to the lower case spelling. For windows it should make no differences. I can prepare an PR. Any concerns?

BR,
Andreas

Yes, that seems like a good change. Please go ahead

andkae commented

Thanks for merge.