apple: fix a couple preprocessor checks to be more consistent
This commit is contained in:
parent
6b36fe8cf2
commit
6068799080
|
@ -649,7 +649,7 @@ typedef struct settings
|
||||||
bool audio_rate_control;
|
bool audio_rate_control;
|
||||||
bool audio_fastforward_mute;
|
bool audio_fastforward_mute;
|
||||||
bool audio_fastforward_speedup;
|
bool audio_fastforward_speedup;
|
||||||
#ifdef TARGET_OS_IOS
|
#ifdef IOS
|
||||||
bool audio_respect_silent_mode;
|
bool audio_respect_silent_mode;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1072,7 +1072,7 @@ typedef struct settings
|
||||||
bool android_input_disconnect_workaround;
|
bool android_input_disconnect_workaround;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_COCOATOUCH) && defined(TARGET_OS_TV)
|
#if defined(HAVE_COCOATOUCH)
|
||||||
bool gcdwebserver_alert;
|
bool gcdwebserver_alert;
|
||||||
#endif
|
#endif
|
||||||
} bools;
|
} bools;
|
||||||
|
|
Loading…
Reference in New Issue