chu2to3: fixed docker compilation, bugfixes

This commit is contained in:
2023-12-25 15:03:44 +01:00
parent 16bbd87c73
commit b38dea23ac
4 changed files with 10 additions and 8 deletions

View File

@ -23,4 +23,4 @@ void chu2to3_io_slider_stop(void);
void chu2to3_io_slider_set_leds(const uint8_t *rgb);
HRESULT chu2to3_io_led_init(void);
void chu2to3_io_led_set_colors(uint8_t board, uint8_t *rgb);
uint16_t chu2to3_load_dll(wchar_t *dllname);
uint16_t chu2to3_load_dll(const wchar_t *dllname);