corrected DBErrorList DLL export declaration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-06-13 21:52:14 +00:00
parent 4e9a4c98c1
commit 8b1c2cf0c2

View File

@ -477,7 +477,7 @@ enum wxDBMS
// will overwrite the errors of the previously destroyed wxDb object in
// this variable.
WXDLLIMPEXP_DATA_BASE(extern wxChar)
WXDLLIMPEXP_DATA_ODBC(extern wxChar)
DBerrorList[DB_MAX_ERROR_HISTORY][DB_MAX_ERROR_MSG_LEN];