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:
Václav Slavík 1999-08-03 23:56:34 +00:00
parent 11b63f34f8
commit d674cf6dc3
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
#if wxUSE_BUSYINFO #if wxUSE_BUSYINFO
class wxInfoFrame : public wxFrame class WXDLLEXPORT wxInfoFrame : public wxFrame
{ {
public: public:
wxInfoFrame(wxWindow *parent, const wxString& message); wxInfoFrame(wxWindow *parent, const wxString& message);
@ -37,7 +37,7 @@ class wxInfoFrame : public wxFrame
// Can be used in exactly same way as wxBusyCursor // Can be used in exactly same way as wxBusyCursor
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
class wxBusyInfo : public wxObject class WXDLLEXPORT wxBusyInfo : public wxObject
{ {
public: public:
wxBusyInfo(const wxString& message); wxBusyInfo(const wxString& message);

View File

@ -43,7 +43,7 @@ limitation)
// wxInternetFSHandler // wxInternetFSHandler
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
class wxInternetFSHandler : public wxFileSystemHandler class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler
{ {
private: private:
wxHashTable m_Cache; wxHashTable m_Cache;

View File

@ -32,7 +32,7 @@
// wxZipFSHandler // wxZipFSHandler
//-------------------------------------------------------------------------------- //--------------------------------------------------------------------------------
class wxZipFSHandler : public wxFileSystemHandler class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler
{ {
public: public:
virtual bool CanOpen(const wxString& location); virtual bool CanOpen(const wxString& location);