(XDK) Build fix

This commit is contained in:
twinaphex 2014-09-11 18:37:20 +02:00
parent 92b15cf0b1
commit e8015f8c3d

View File

@ -14,7 +14,7 @@ static void d3d_deinit_chain(d3d_video_t *d3d);
static bool d3d_init_chain(d3d_video_t *d3d,
const video_info_t *video_info);
static void renderchain_free(d3d_video_t *d3d);
static void renderchain_free(void *data);
static void d3d_deinit_shader(d3d_video_t *d3d);
static bool d3d_init_shader(d3d_video_t *d3d);