dllexport buffer classes used by wxString

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-08-30 21:31:38 +00:00
parent 0100b858d6
commit b08a2401a3

View File

@@ -22,7 +22,7 @@
// ----------------------------------------------------------------------------
#define DEFINE_BUFFER(classname, chartype, strdupfunc) \
class classname \
class WXDLLIMPEXP_BASE classname \
{ \
public: \
classname(const chartype *str) \