From ad2522ad3f88f847faf27276e22ddd68d998a4fb Mon Sep 17 00:00:00 2001 From: "Bart A.M. Jourquin" Date: Tue, 8 Feb 2000 11:06:53 +0000 Subject: [PATCH] add SQL_CATALOG and SQL_LOG filename variablesas extern git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/db.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/wx/db.h b/include/wx/db.h index 73c6e7ee12..f57cb6a841 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -5,7 +5,7 @@ // source such as opening and closing the data source. // Author: Doug Card // Modified by: George Tasker -// Mods: Dec, 1998: +// Mods: Dec, 1998: // -Added support for SQL statement logging and database cataloging // April, 1999 // -Added QUERY_ONLY mode support to reduce default number of cursors @@ -89,8 +89,9 @@ enum enumDummy {enumDum1}; const int DB_PATH_MAX = 254; -char * const SQL_LOG_FILENAME = "sqllog.txt"; -char * const SQL_CATALOG_FILENAME = "catalog.txt"; +extern char const *SQL_LOG_FILENAME; +extern char const *SQL_CATALOG_FILENAME; + // Database Globals const int DB_TYPE_NAME_LEN = 40; -- 2.45.2