1 2 // Commenting this out & removing the usage before `foo` results in the correct 3 // bindings 4 #define MODBUS_API 5 #define MODBUS_WOOT 3 6 7 MODBUS_API void foo(); 8
1 2 // Commenting this out & removing the usage before `foo` results in the correct 3 // bindings 4 #define MODBUS_API 5 #define MODBUS_WOOT 3 6 7 MODBUS_API void foo(); 8