summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */