]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
- Do not attach libvlc to the global data
[vlc] / include / vlc_objects.h
index 71565ab947f5b729d144337d2bcc3a75f4761f82..6440a28dca2f76202d8c320ac040f4ccf9801379 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 /* Object types */
-#define VLC_OBJECT_ROOT        (-1)
+#define VLC_OBJECT_GLOBAL      (-1)
 #define VLC_OBJECT_LIBVLC      (-2)
 #define VLC_OBJECT_MODULE      (-3)
 #define VLC_OBJECT_INTF        (-4)