How can I use functions like HidD_GetProductString...
# kotlin-native
m
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
This function seems to be a Windows API? Why do you expect this to be available from Linux?
m
Because the code using it is in the mingw sourceset
l
But you wouldn't be compiling the mingw sourcesets in Linux, no? You'd do that on windows.
m
No, I'm compiling the mingw sourceset on Linux.