summaryrefslogtreecommitdiff
path: root/dbd
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-12-22 23:25:23 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-12-22 23:25:23 +0000
commit46475dd7804fb2e2c9cee0185d39c4cace10467d (patch)
tree1ad42b506552f0a714fc7b452c2147d9696f8154 /dbd
parent77f5a95ff0016d037a389b01de0b2b7bb1f8ab69 (diff)
downloadapr-46475dd7804fb2e2c9cee0185d39c4cace10467d.tar.gz
Fix breakage observed by rpluem, I hope
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@893346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbd')
-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 66e8bff13..6cfdb8e8a 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 APU_MAJOR_VERSION
-#define DRIVER_APU_VERSION_MINOR APU_MINOR_VERSION
+#define DRIVER_APU_VERSION_MAJOR APR_MAJOR_VERSION
+#define DRIVER_APU_VERSION_MINOR APR_MINOR_VERSION
static SQLHANDLE henv = NULL; /* ODBC ENV handle is process-wide */