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