mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
Put HAVE_ZLIB ifdef around init_content_file_extract
This commit is contained in:
parent
e859c70a24
commit
a8ee8ec0cd
@ -570,6 +570,7 @@ static bool init_content_file_subsystem(
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_ZLIB
|
||||||
static bool init_content_file_extract(
|
static bool init_content_file_extract(
|
||||||
struct string_list *content,
|
struct string_list *content,
|
||||||
rarch_system_info_t *system,
|
rarch_system_info_t *system,
|
||||||
@ -620,6 +621,7 @@ static bool init_content_file_extract(
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void init_content_file_set_attribs(
|
static void init_content_file_set_attribs(
|
||||||
struct string_list *content,
|
struct string_list *content,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user