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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interfaces/odbc/misc.c b/src/interfaces/odbc/misc.c
index 443d1f47b3c..a7bcaca8d97 100644
--- a/src/interfaces/odbc/misc.c
+++ b/src/interfaces/odbc/misc.c
@@ -115,6 +115,11 @@ mylog(char *fmt,...)
va_end(args);
}
}
+#else
+void
+MyLog(char *fmt,...)
+{
+}
#endif