Corrected my correction.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2000-03-18 14:12:11 +00:00
parent 2c68bdb64e
commit d50af7148c
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
// - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ?
wxDbConnectInf ConnectInf; // Für DBase
//----------------------------------------------------------------------------------------
extern WXDLLEXPORT wxDbList* PtrBegDbList; /* from db.cpp, used in getting back error results from db connections */
extern WXDLLEXPORT_DATA(wxDbList*) PtrBegDbList; /* from db.cpp, used in getting back error results from db connections */
//----------------------------------------------------------------------------------------
char *GetExtendedDBErrorMsg(char *ErrFile, int ErrLine)
{

View File

@ -92,7 +92,7 @@
#include "wx/db.h"
#endif
WXDLLEXPORT wxDbList* PtrBegDbList = 0;
WXDLLEXPORT_DATA(wxDbList*) PtrBegDbList = 0;
char const *SQL_LOG_FILENAME = "sqllog.txt";
char const *SQL_CATALOG_FILENAME = "catalog.txt";