Disable ODBC wide char if iconv is not available

This commit is contained in:
Nirgal Vourgère 2012-10-10 14:27:30 +02:00
parent a13e268ee2
commit d0e7eb7d8d

View File

@ -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