Skip to content
  • rhabacker's avatar
    FindBZip2: Check BZIP2_NEED_PREFIX with real prototype · 23876eda
    rhabacker authored and Brad King's avatar Brad King committed
    Run our check for the '_' prefix using a bzip2 API function as declared
    with a prototype in the real header file.  This is needed in case the
    function is provided in a DLL import library where the symbol name may
    not match without proper markup from the header.
    23876eda