--- unixODBC-2.2.11/sqp/sqpStoreDataType.c.lr 2005-10-15 23:11:50.000000000 +0200 +++ unixODBC-2.2.11/sqp/sqpStoreDataType.c 2005-10-15 23:12:12.000000000 +0200 @@ -8,6 +8,13 @@ #include "sqp.h" #include +#ifndef WIN32 +#ifndef HAVE_STRICMP +#define stricmp(s1,s2) strcasecmp(s1,s2) +#define strnicmp(s1,s2,n) strncasecmp(s1,s2,n) +#endif +#endif + void sqpStoreDataType( char *pszType, int nPrecision, int nScale ) { --- unixODBC-2.2.11/cur/Makefile.am.lr 2005-10-15 23:47:18.000000000 +0200 +++ unixODBC-2.2.11/cur/Makefile.am 2005-10-15 23:47:35.000000000 +0200 @@ -9,7 +9,7 @@ libodbccr_la_LDFLAGS = \ -version-info @LIB_VERSION@ \ - -export-symbols @srcdir@/cur.exp -export-dynamic + -export-symbols @srcdir@/cur.exp -export-dynamic ../DriverManager/libodbc.la # PAH - Redundant? #libodbccr_la_DEPENDENCIES = \ --- unixODBC-2.2.11/cur/Makefile.in.lr 2005-10-15 23:31:03.000000000 +0200 +++ unixODBC-2.2.11/cur/Makefile.in 2005-10-15 23:31:50.000000000 +0200 @@ -255,7 +255,7 @@ libodbccr_la_LDFLAGS = \ -version-info @LIB_VERSION@ \ - -export-symbols @srcdir@/cur.exp -export-dynamic + -export-symbols @srcdir@/cur.exp -export-dynamic ../DriverManager/libodbc.la # PAH - Redundant? --- unixODBC-2.2.11/DriverManager/DriverManager.exp.lr 2005-10-16 00:41:59.000000000 +0200 +++ unixODBC-2.2.11/DriverManager/DriverManager.exp 2005-10-16 00:43:09.000000000 +0200 @@ -151,6 +151,8 @@ SQLTablesA SQLTransact ODBCSharedTraceFlag +dm_log_write +__post_internal_error uodbc_open_stats uodbc_close_stats uodbc_get_stats