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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user