]> git.sesse.net Git - vlc/blobdiff - include/vlc_plugin.h
Rename linked_with_a_crap_library_which_uses_atexit()
[vlc] / include / vlc_plugin.h
index 739994704c35dfe2dae4bf8c09b60cedafc069e7..dd881a35d3cc0835103e5ca342a55a347a6d7f8d 100644 (file)
@@ -226,7 +226,7 @@ enum vlc_module_properties
      || vlc_module_set (p_submodule, VLC_MODULE_CB_CLOSE, deactivate)) \
         goto error;
 
-#define linked_with_a_crap_library_which_uses_atexit( ) \
+#define cannot_unload_broken_library( ) \
     if (vlc_module_set (p_submodule, VLC_MODULE_NO_UNLOAD)) \
         goto error;