]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected DBErrorList DLL export declaration
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Jun 2004 21:52:14 +0000 (21:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 13 Jun 2004 21:52:14 +0000 (21:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/db.h

index 818fe6c773ca370f196b44c8c76facde1cd449b7..8ca2c10966b074f048a4eb7efad751d4fb6c0997 100644 (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];