]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
macosx: Ask to send a mail to our bugreport ML if a crash log is detected.
[vlc] / src / misc / objects.c
index b80230d0d64b30f85fccb14ba831f92945c8e0a6..96214c14d0710889a451e8df0252bc433da03894 100644 (file)
@@ -96,8 +96,8 @@ static void held_objects_destroy (void *);
  *****************************************************************************/
 static vlc_mutex_t     structure_lock;
 
-void *vlc_custom_create( vlc_object_t *p_this, size_t i_size,
-                         int i_type, const char *psz_type )
+void *__vlc_custom_create( vlc_object_t *p_this, size_t i_size,
+                           int i_type, const char *psz_type )
 {
     vlc_object_t *p_new;
     vlc_object_internals_t *p_priv;