browsedb.cpp browsedb.h doc.cpp doc.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mark Johnson
2000-03-17 08:43:57 +00:00
parent 6fb8177afd
commit e2f1cfb2cc
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
//----------------------------------------------------------------------------------------
// Global structure for holding ODBC connection information
// - darf nur einmal im Projekte definiert werden ?? Extra Databasse Klasse ?
struct wxDbConnectInf ConnectInf; // F<>r DBase
wxDbConnectInf ConnectInf; // F<>r DBase
//----------------------------------------------------------------------------------------
extern wxDbList* WXDLLEXPORT PtrBegDbList; /* from db.cpp, used in getting back error results from db connections */
//----------------------------------------------------------------------------------------