summaryrefslogtreecommitdiff
path: root/dbd
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2009-12-23 14:59:59 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2009-12-23 14:59:59 +0000
commit688fe26a89b73f6dbcd94d940814951008cda5de (patch)
tree87a5b25df004881518df935f4f022833623130d5 /dbd
parentc8371032309a23eaf5c376b7461969c7b4e049f4 (diff)
downloadlibapr-688fe26a89b73f6dbcd94d940814951008cda5de.tar.gz
* Define DRIVER_APR_VERSION_*
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@893538 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 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 */