From fbeec2f00ea5b7df0588418f1384aa77425f53dc Mon Sep 17 00:00:00 2001 From: Alcaro Date: Fri, 27 Mar 2015 23:07:57 +0100 Subject: [PATCH] (WGL) Apparently HAVE_EGL can be defined on this platform... --- gfx/drivers_context/wgl_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gfx/drivers_context/wgl_ctx.c b/gfx/drivers_context/wgl_ctx.c index eb946be718..a29b17c190 100644 --- a/gfx/drivers_context/wgl_ctx.c +++ b/gfx/drivers_context/wgl_ctx.c @@ -709,6 +709,10 @@ const gfx_ctx_driver_t gfx_ctx_wgl = { gfx_ctx_wgl_swap_buffers, gfx_ctx_wgl_input_driver, gfx_ctx_wgl_get_proc_address, +#ifdef HAVE_EGL + NULL, + NULL, +#endif gfx_ctx_wgl_show_mouse, "wgl", gfx_ctx_wgl_bind_hw_render,