added DLL exports
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
11b63f34f8
commit
d674cf6dc3
@ -24,7 +24,7 @@
|
||||
|
||||
#if wxUSE_BUSYINFO
|
||||
|
||||
class wxInfoFrame : public wxFrame
|
||||
class WXDLLEXPORT wxInfoFrame : public wxFrame
|
||||
{
|
||||
public:
|
||||
wxInfoFrame(wxWindow *parent, const wxString& message);
|
||||
@ -37,7 +37,7 @@ class wxInfoFrame : public wxFrame
|
||||
// Can be used in exactly same way as wxBusyCursor
|
||||
//--------------------------------------------------------------------------------
|
||||
|
||||
class wxBusyInfo : public wxObject
|
||||
class WXDLLEXPORT wxBusyInfo : public wxObject
|
||||
{
|
||||
public:
|
||||
wxBusyInfo(const wxString& message);
|
||||
|
@ -43,7 +43,7 @@ limitation)
|
||||
// wxInternetFSHandler
|
||||
//--------------------------------------------------------------------------------
|
||||
|
||||
class wxInternetFSHandler : public wxFileSystemHandler
|
||||
class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler
|
||||
{
|
||||
private:
|
||||
wxHashTable m_Cache;
|
||||
|
@ -32,7 +32,7 @@
|
||||
// wxZipFSHandler
|
||||
//--------------------------------------------------------------------------------
|
||||
|
||||
class wxZipFSHandler : public wxFileSystemHandler
|
||||
class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler
|
||||
{
|
||||
public:
|
||||
virtual bool CanOpen(const wxString& location);
|
||||
|
Loading…
Reference in New Issue
Block a user