Skip to content
  • Ralph Giles's avatar
    Add a dll name to ogg.def. · 42597feb
    Ralph Giles authored
    According to VS2017 docs, the initial LIBRARY line must include
    a dll name. MSVC handles the missing name, but MinGW does not.
    
    Removing the line entirely is also accepted by both toolchains,
    but is contrary to documentation.
    
    Based on a patch by evpobr in https://github.com/xiph/ogg/pull/42
    No ABI change according to comments there.
    42597feb