I am using an open sourced script from github which contains the following lines at the top:
#include <urlmon.h>
#pragma comment(lib, "urlmon.lib")
However, when I try to build it, it shows the following error:
fatal error: urlmon.h: No such file or directory
I have looked around for hours upon hours but there are no solutions I can find.