last windows tweak
This commit is contained in:
parent
6d2f44a432
commit
03e1a93250
@ -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