Merge pull request #1025 from heuripedes/master

Windows builds fixes
This commit is contained in:
Twinaphex 2014-09-16 02:32:40 +02:00
commit 0a9eadd336
2 changed files with 5 additions and 0 deletions

View File

@ -461,6 +461,10 @@ const gfx_ctx_driver_t gfx_ctx_d3d = {
gfx_ctx_d3d_swap_buffers,
gfx_ctx_d3d_input_driver,
NULL,
#ifdef HAVE_EGL
NULL,
NULL,
#endif
gfx_ctx_d3d_show_mouse,
"d3d",
};

View File

@ -21,6 +21,7 @@
#include "miscellaneous.h"
#include "compat/strl.h"
#include "string_list.h"
#include "compat/posix_string.h"
void string_list_free(struct string_list *list)
{