summaryrefslogtreecommitdiff
path: root/external/unixODBC
diff options
context:
space:
mode:
Diffstat (limited to 'external/unixODBC')
-rw-r--r--external/unixODBC/inc/odbc/sql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unixODBC/inc/odbc/sql.h b/external/unixODBC/inc/odbc/sql.h
index a81c482b0f5c..6d1e1608372a 100644
--- a/external/unixODBC/inc/odbc/sql.h
+++ b/external/unixODBC/inc/odbc/sql.h
@@ -278,7 +278,7 @@ extern "C" {
/* null handle used in place of parent handle when allocating HENV */
#if (ODBCVER >= 0x0300)
-#define SQL_NULL_HANDLE 0L
+#define SQL_NULL_HANDLE NULL
#endif
/* Values that may appear in the result set of SQLSpecialColumns() */