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
This commit is contained in:
Bart A.M. Jourquin
2000-02-08 11:06:53 +00:00
parent 9453a61bd8
commit ad2522ad3f

View File

@@ -89,8 +89,9 @@ enum enumDummy {enumDum1};
const int DB_PATH_MAX = 254; const int DB_PATH_MAX = 254;
char * const SQL_LOG_FILENAME = "sqllog.txt"; extern char const *SQL_LOG_FILENAME;
char * const SQL_CATALOG_FILENAME = "catalog.txt"; extern char const *SQL_CATALOG_FILENAME;
// Database Globals // Database Globals
const int DB_TYPE_NAME_LEN = 40; const int DB_TYPE_NAME_LEN = 40;