Hello again, I am now trying to configure soloud to work with VSCode on my windows 10 machine and I am running into this error while trying to compile with the SDL2 backend:
jumper/soloud/soloud_sdl2_dll.c:70:10: fatal error: dlfcn.h: No such file or directory
#include <dlfcn.h> // dll functions
How can I solve this? google has not been too helpful...
Thanks!