aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/misc.c')
-rw-r--r--src/interfaces/odbc/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/misc.c b/src/interfaces/odbc/misc.c
index 84987806c38..ae75320bb53 100644
--- a/src/interfaces/odbc/misc.c
+++ b/src/interfaces/odbc/misc.c
@@ -85,6 +85,7 @@ mylog(char *fmt,...)
va_end(args);
}
}
+
#endif
@@ -114,6 +115,7 @@ qlog(char *fmt,...)
va_end(args);
}
}
+
#endif
/* Undefine these because windows.h will redefine and cause a warning */