Put HAVE_CHEEVOS ifdef around this function

This commit is contained in:
twinaphex 2016-09-01 17:37:29 +02:00
parent b7fd9bef60
commit 1f471c7799

View File

@ -75,6 +75,7 @@
#include "config.h" #include "config.h"
#endif #endif
#ifdef HAVE_CHEEVOS
static void setting_get_string_representation_cheevos_password(void *data, static void setting_get_string_representation_cheevos_password(void *data,
char *s, size_t len) char *s, size_t len)
{ {
@ -88,6 +89,7 @@ static void setting_get_string_representation_cheevos_password(void *data,
else else
*setting->value.target.string = '\0'; *setting->value.target.string = '\0';
} }
#endif
static void setting_get_string_representation_uint_video_monitor_index(void *data, static void setting_get_string_representation_uint_video_monitor_index(void *data,
char *s, size_t len) char *s, size_t len)