X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_variables.h;h=04196fdd86aae28c5447c02cf2cbfc24546d0204;hb=b0e17c5d959737a327277494cffecdfe0b8c0045;hp=ecd997e382ac216bb5ecbd4f3a60e656f71842f7;hpb=6f1a3e531fea1743aff0b39ed4a80dbe35225852;p=vlc diff --git a/include/vlc_variables.h b/include/vlc_variables.h index ecd997e382..04196fdd86 100644 --- a/include/vlc_variables.h +++ b/include/vlc_variables.h @@ -22,10 +22,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_VARIABLES_H #define _VLC_VARIABLES_H 1 @@ -110,6 +106,8 @@ #define VLC_VAR_INHERITVALUE 0x0030 #define VLC_VAR_TRIGGER_CALLBACKS 0x0035 + +#define VLC_VAR_SETISCOMMAND 0x0040 /**@}*/ /*****************************************************************************