parent
00e48e11e6
commit
3e0541c639
|
@ -21,7 +21,7 @@
|
||||||
#define FEX_ENABLE_RAR 1
|
#define FEX_ENABLE_RAR 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FEX_TYPE_LIST fex_7z_type, fex_gz_type, fex_zip_type, fex_rar_type
|
#define FEX_TYPE_LIST fex_7z_type, fex_gz_type, fex_zip_type, fex_rar_type,
|
||||||
|
|
||||||
// Use standard config.h if present
|
// Use standard config.h if present
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
|
@ -1113,6 +1113,8 @@ void RarVM::ExecuteStandardFilter(VM_StandardFilters FilterType)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case VMSF_NONE:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue