Moved position of WXDLLEXPORT keyword

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2000-03-18 13:24:58 +00:00
parent 541418efad
commit 2c68bdb64e

View File

@ -92,7 +92,7 @@
#include "wx/db.h"
#endif
wxDbList WXDLLEXPORT *PtrBegDbList = 0;
WXDLLEXPORT wxDbList* PtrBegDbList = 0;
char const *SQL_LOG_FILENAME = "sqllog.txt";
char const *SQL_CATALOG_FILENAME = "catalog.txt";