1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-17 15:41:01 +00:00

Put HAVE_ZLIB ifdef around init_content_file_extract

This commit is contained in:
twinaphex 2016-01-19 01:30:28 +01:00
parent e859c70a24
commit a8ee8ec0cd

@ -570,6 +570,7 @@ static bool init_content_file_subsystem(
return true;
}
#ifdef HAVE_ZLIB
static bool init_content_file_extract(
struct string_list *content,
rarch_system_info_t *system,
@ -620,6 +621,7 @@ static bool init_content_file_extract(
return true;
}
#endif
static void init_content_file_set_attribs(
struct string_list *content,