From: Vadim Zeitlin Date: Sun, 13 Jun 2004 21:52:14 +0000 (+0000) Subject: corrected DBErrorList DLL export declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8b1c2cf0c20099050f0ed7bbcfa3ef19123303ce corrected DBErrorList DLL export declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/db.h b/include/wx/db.h index 818fe6c773..8ca2c10966 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -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];