X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_devices.h;h=dd5279e1278dbf9b1fa10e6e6eedf2bcdc5c5c1a;hb=47e69cf6132dfd1daa1ef8fb17fa6b2af5c16e18;hp=9485d54c0ad62dfe3810dfa287dd02560ab88664;hpb=89e093a7a1f0b47b17bd6b1236567efb0de142d5;p=vlc diff --git a/include/vlc_devices.h b/include/vlc_devices.h index 9485d54c0a..dd5279e127 100644 --- a/include/vlc_devices.h +++ b/include/vlc_devices.h @@ -21,10 +21,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif - #ifndef _VLC_DEVICES_H #define _VLC_DEVICES_H 1 @@ -45,7 +41,7 @@ struct device_t { int i_capabilities; int i_media_type; - vlc_bool_t b_seen; + bool b_seen; char *psz_uri; char *psz_name; };