mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-07-16 11:46:45 +08:00
Disable ODBC wide char if iconv is not available
This commit is contained in:
parent
a13e268ee2
commit
d0e7eb7d8d
@ -16,7 +16,10 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* 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
|
#define ENABLE_ODBC_W
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef ENABLE_ODBC_W
|
#ifdef ENABLE_ODBC_W
|
||||||
#define SQL_NOUNICODEMAP
|
#define SQL_NOUNICODEMAP
|
||||||
|
Loading…
Reference in New Issue
Block a user