Skip to content

Commit

Permalink
Fix elfmz#2615 (from far2l PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Jan 27, 2025
1 parent f9de1fb commit c38cc53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multiarc/src/ArcPlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ ArcPlugins::ArcPlugins(const char *ModuleName)
LZH_GetDefaultCommands, LZH_SetFarInfo, LZH_GetSFXPos);
#endif

AddPluginItem(CUSTOM_IsArchive, CUSTOM_OpenArchive, CUSTOM_GetArcItem, CUSTOM_LoadFormatModule,
CUSTOM_CloseArchive, CUSTOM_GetFormatName, CUSTOM_GetDefaultCommands, CUSTOM_SetFarInfo,
CUSTOM_GetSFXPos);

#ifdef HAVE_LIBARCHIVE
// must be last cuz recognizes essentially most of above formats, but not handles them full-featurable
AddPluginItem(LIBARCH_IsArchive, LIBARCH_OpenArchive, LIBARCH_GetArcItem, NULL, LIBARCH_CloseArchive,
Expand Down

0 comments on commit c38cc53

Please sign in to comment.