]> git.sesse.net Git - vlc/blobdiff - include/vlc_devices.h
macosx: Fix crashlog opening.
[vlc] / include / vlc_devices.h
index e2b88e04b6c7d23835c706abdc8bcf6e1748c9f8..dd5279e1278dbf9b1fa10e6e6eedf2bcdc5c5c1a 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_devices.h : Devices handling
  *****************************************************************************
  * Copyright (C) 1999-2006 the VideoLAN team
- * $Id: vlc_input.h 15915 2006-06-15 21:22:35Z zorglub $
+ * $Id$
  *
  * Authors: ClĂ©ment Stenac <zorglub@videolan.org>
  *
  * 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;
 };