diff options
author | Byron Nikolaidis <byronn@insightdist.com> | 1998-12-29 14:59:30 +0000 |
---|---|---|
committer | Byron Nikolaidis <byronn@insightdist.com> | 1998-12-29 14:59:30 +0000 |
commit | 550de5db2c36badc508d8d6116643fef994b9c38 (patch) | |
tree | 31f40f1b71cd1b89f0a6a2e6a1dcf27f8cce54ae /src/interfaces/odbc/misc.h | |
parent | a75f2d21a8366aece67b8aa144a8644f6195e75f (diff) |
Minor fixes to compile on unix for v6-40-0002
Diffstat (limited to 'src/interfaces/odbc/misc.h')
-rw-r--r-- | src/interfaces/odbc/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/misc.h b/src/interfaces/odbc/misc.h index 8eca682d5aa..10cb5114d13 100644 --- a/src/interfaces/odbc/misc.h +++ b/src/interfaces/odbc/misc.h @@ -26,7 +26,7 @@ portion of the registry. You may have to manually add this key. This logfile is intended for development use, not for an end user! */ -// #define MY_LOG +#define MY_LOG /* Uncomment Q_LOG to compile in the qlog() statements (Communications log, i.e. CommLog). |