summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd_odbc.c
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-12-23 14:59:59 +0000
committerRuediger Pluem <rpluem@apache.org>2009-12-23 14:59:59 +0000
commit53e51efefe33fc85667ff6da345e15a314e7a11c (patch)
tree87a5b25df004881518df935f4f022833623130d5 /dbd/apr_dbd_odbc.c
parent46475dd7804fb2e2c9cee0185d39c4cace10467d (diff)
downloadapr-53e51efefe33fc85667ff6da345e15a314e7a11c.tar.gz
* Define DRIVER_APR_VERSION_*
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@893538 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbd/apr_dbd_odbc.c')
-rw-r--r--dbd/apr_dbd_odbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbd/apr_dbd_odbc.c b/dbd/apr_dbd_odbc.c
index 6cfdb8e8a..7d6753bee 100644
--- a/dbd/apr_dbd_odbc.c
+++ b/dbd/apr_dbd_odbc.c
@@ -61,8 +61,8 @@
#define ODBC_DRIVER_ENTRY NAMIFY1(ODBC_DRIVER_NAME)
/* Required APR version for this driver */
-#define DRIVER_APU_VERSION_MAJOR APR_MAJOR_VERSION
-#define DRIVER_APU_VERSION_MINOR APR_MINOR_VERSION
+#define DRIVER_APR_VERSION_MAJOR APR_MAJOR_VERSION
+#define DRIVER_APR_VERSION_MINOR APR_MINOR_VERSION
static SQLHANDLE henv = NULL; /* ODBC ENV handle is process-wide */