(MSVC) Buildfixes

This commit is contained in:
twinaphex 2016-05-14 01:32:05 +02:00
parent 3257ecdaef
commit 9e1276d76f
2 changed files with 1 additions and 3 deletions

View File

@ -32,6 +32,7 @@
#include <compat/strl.h>
#include <streams/file_stream.h>
#include <libretro.h>
#include <features/features_cpu.h>
#if defined(_WIN32) && !defined(_XBOX)
#include <windows.h>

View File

@ -102,9 +102,6 @@ void rarch_task_file_load_handler(retro_task_t *task)
task_finished:
task->finished = true;
if (nbio->image != NULL)
rarch_task_image_load_free(task);
nbio_free(nbio->handle);
nbio->handle = NULL;
nbio->is_finished = false;