How can I use functions like HidD_GetProductString in mingw sourcesets while compiling from Linux? They don't seem to be bundled with Kotlin Multiplatform.
l
loke
04/01/2025, 4:54 AM
This function seems to be a Windows API? Why do you expect this to be available from Linux?
m
martmists
04/13/2025, 11:26 AM
Because the code using it is in the mingw sourceset
l
loke
04/13/2025, 2:18 PM
But you wouldn't be compiling the mingw sourcesets in Linux, no? You'd do that on windows.