X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_interface.h;h=60fcff8796889a9efde2d142ac3cff0feea75b4a;hb=54b65bedc9a2abe2461f650c0d40b387f0839174;hp=9e4a814239d707c2d98b6522f9974e33c041b640;hpb=420ab47bb785c879a24913e63cccbc96e1bc1ccb;p=vlc diff --git a/include/vlc_interface.h b/include/vlc_interface.h index 9e4a814239..60fcff8796 100644 --- a/include/vlc_interface.h +++ b/include/vlc_interface.h @@ -50,7 +50,9 @@ struct intf_thread_t VLC_COMMON_MEMBERS /* Thread properties and locks */ +#ifdef __APPLE__ bool b_should_run_on_first_thread; +#endif /* Specific interfaces */ intf_console_t * p_console; /** console */