renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,10 +42,10 @@ enum wxIPCFormat
|
||||
wxIPC_PRIVATE = 20
|
||||
};
|
||||
|
||||
class WXDLLEXPORT_BASE wxServerBase;
|
||||
class WXDLLEXPORT_BASE wxClientBase;
|
||||
class WXDLLIMPEXP_BASE wxServerBase;
|
||||
class WXDLLIMPEXP_BASE wxClientBase;
|
||||
|
||||
class WXDLLEXPORT_BASE wxConnectionBase: public wxObject
|
||||
class WXDLLIMPEXP_BASE wxConnectionBase: public wxObject
|
||||
{
|
||||
DECLARE_CLASS(wxConnectionBase)
|
||||
|
||||
@@ -129,7 +129,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
class WXDLLEXPORT_BASE wxServerBase: public wxObject
|
||||
class WXDLLIMPEXP_BASE wxServerBase: public wxObject
|
||||
{
|
||||
DECLARE_CLASS(wxServerBase)
|
||||
|
||||
@@ -144,7 +144,7 @@ public:
|
||||
virtual wxConnectionBase *OnAcceptConnection(const wxString& topic) = 0;
|
||||
};
|
||||
|
||||
class WXDLLEXPORT_BASE wxClientBase: public wxObject
|
||||
class WXDLLIMPEXP_BASE wxClientBase: public wxObject
|
||||
{
|
||||
DECLARE_CLASS(wxClientBase)
|
||||
|
||||
|
Reference in New Issue
Block a user