summaryrefslogtreecommitdiffstats
path: root/external/unixODBC
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:15:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:25 +0100
commit7702e3128768f1b4b8a1ee9e87e397887e151af4 (patch)
treefb5fb170e9a2c7821bdc888fee6cf8c183765ff9 /external/unixODBC
parentloplugin:nullptr (automatic rewrite) (diff)
downloadcore-7702e3128768f1b4b8a1ee9e87e397887e151af4.tar.gz
core-7702e3128768f1b4b8a1ee9e87e397887e151af4.zip
loplugin:nullptr (automatic rewrite)
Change-Id: I59ed4034d6496d4b49fac370443173bf58d7cc0b
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() */