1. DLL compilation fixes (wrong WXDLLEXPORT placement) in db.h/cpp
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 12 Oct 1999 23:57:40 +0000 (23:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 12 Oct 1999 23:57:40 +0000 (23:57 +0000)
commita497618a568bfdd1059e3f51b560a98fd25b1003
tree262712023aa2d1a308869b74dc81c5436790e460
parent755c41bf1ebddab912a4bfbe460041fec28aea07
1. DLL compilation fixes (wrong WXDLLEXPORT placement) in db.h/cpp
2. dummy typedef added to gsocket.c - trans unit can't be empty
3. WX_DEFINE_EXPORTED_ARRAY & friends appear

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/db.h
include/wx/dynarray.h
include/wx/msw/dcclient.h
include/wx/msw/listbox.h
include/wx/msw/notebook.h
include/wx/msw/treectrl.h
include/wx/textfile.h
src/common/db.cpp
src/common/mimetype.cpp
src/msw/gsocket.c