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:
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user