last windows tweak
This commit is contained in:
parent
68ce8b5b08
commit
b0ecf87580
@ -5,6 +5,13 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#ifdef PLATFORM_WIN
|
||||
// What is this crap?
|
||||
#undef IN
|
||||
#undef OUT
|
||||
#undef CALLBACK
|
||||
#endif
|
||||
|
||||
using gpioId_t = uint16_t;
|
||||
|
||||
namespace gpio {
|
||||
|
Loading…
Reference in New Issue
Block a user