Skip to content
Snippets Groups Projects
Forked from wine / wine
Source project has a limited visibility.
  • Hans Leidekker's avatar
    af3a8fa2
    odbc32: Don't load libodbc.so dynamically. · af3a8fa2
    Hans Leidekker authored and Alexandre Julliard's avatar Alexandre Julliard committed
    Implementations are guarded by native function pointer checks but all functions
    have been present in libodbc for a very long time, so it doesn't appear to be
    needed anymore.
    
    The loading code checks the LIB_ODBC_DRIVER_MANAGER environment variable to
    allow the user to override the system version of the library. This can be
    achieved by other means, if it's still needed.
    af3a8fa2
    History
    odbc32: Don't load libodbc.so dynamically.
    Hans Leidekker authored and Alexandre Julliard's avatar Alexandre Julliard committed
    Implementations are guarded by native function pointer checks but all functions
    have been present in libodbc for a very long time, so it doesn't appear to be
    needed anymore.
    
    The loading code checks the LIB_ODBC_DRIVER_MANAGER environment variable to
    allow the user to override the system version of the library. This can be
    achieved by other means, if it's still needed.