]> git.sesse.net Git - vlc/blobdiff - include/vlc_keys.h
Remove use SAP/TTL cruft
[vlc] / include / vlc_keys.h
index 79f8632a9b6144fe299124995ae53955eccc75eb..e7fc34c10a0d6be2c4cccf230ce5fe16eb0af02a 100644 (file)
  * 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
+
 #define KEY_MODIFIER         0xFF000000
 #define KEY_MODIFIER_ALT     0x01000000
 #define KEY_MODIFIER_SHIFT   0x02000000