I get these errors when compiling. Anyone know what’s wrong? (Windows 7 32 bit minigw on a 64bit system):
gfx/context/wgl_ctx.c: In function ‘monitor_info’: gfx/context/wgl_ctx.c:264:7: warning: implicit declaration of function ‘MonitorF romWindow’ [-Wimplicit-function-declaration] gfx/context/wgl_ctx.c:264:57: error: ‘MONITOR_DEFAULTTONEAREST’ undeclared (firs t use in this function) gfx/context/wgl_ctx.c:264:57: note: each undeclared identifier is reported only once for each function it appears in gfx/context/wgl_ctx.c: In function ‘gfx_ctx_destroy’: gfx/context/wgl_ctx.c:388:45: error: ‘MONITOR_DEFAULTTONEAREST’ undeclared (firs t use in this function) Makefile.win:242: recipe for target ‘gfx/context/wgl_ctx.o’ failed mingw32-make: *** [gfx/context/wgl_ctx.o] Error 1