mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Disable ODBC wide char if iconv is not available
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifdef HAVE_ICONV
|
||||
/* Disable ODBC wide char if iconv is not available */
|
||||
#define ENABLE_ODBC_W
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_ODBC_W
|
||||
#define SQL_NOUNICODEMAP
|
||||
|
||||
Reference in New Issue
Block a user