I want to use glad in my project (raylib) but some symbols defined by windows.h conflict with my symbols. If I comment #include "windows.h" on glad.h everything compiles fine but programs crash on init.
Would it be possible to include only the required windows.h parts into glad.h?
GLFW3 works this way.
I want to use glad in my project (raylib) but some symbols defined by
windows.hconflict with my symbols. If I comment#include "windows.h"onglad.heverything compiles fine but programs crash on init.Would it be possible to include only the required
windows.hparts intoglad.h?GLFW3 works this way.