#ifdef __GNUG__
#pragma interface "db.h"
#endif
- #include "wx/filefn.h"
#endif
#if defined(wx_msw) || defined(__WXMSW__) || defined(WIN32)
// for other code segments to use, or close all of them when the application has
// completed.
-wxDB* WXDLLEXPORT GetDbConnection(DbStuff *pDbStuff);
+wxDB WXDLLEXPORT *GetDbConnection(DbStuff *pDbStuff);
bool WXDLLEXPORT FreeDbConnection(wxDB *pDb);
void WXDLLEXPORT CloseDbConnections(void);
int WXDLLEXPORT NumberDbConnectionsInUse(void);