WXDLLEXPORT correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6c3afc4224
commit
62a9d04c7d
@ -24,7 +24,7 @@
|
||||
// misc
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxArrayString;
|
||||
class WXDLLIMPEXP_BASE wxArrayString;
|
||||
|
||||
#define WXDIALUP_MANAGER_DEFAULT_BEACONHOST wxT("www.yahoo.com")
|
||||
|
||||
|
@ -30,16 +30,16 @@
|
||||
// forward declarations
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxBitmap;
|
||||
class WXDLLEXPORT wxBrush;
|
||||
class WXDLLEXPORT wxColour;
|
||||
class WXDLLEXPORT wxCursor;
|
||||
class WXDLLEXPORT wxFont;
|
||||
class WXDLLEXPORT wxIcon;
|
||||
class WXDLLEXPORT wxPalette;
|
||||
class WXDLLEXPORT wxPen;
|
||||
class WXDLLEXPORT wxRegion;
|
||||
class WXDLLEXPORT wxString;
|
||||
class WXDLLIMPEXP_CORE wxBitmap;
|
||||
class WXDLLIMPEXP_CORE wxBrush;
|
||||
class WXDLLIMPEXP_CORE wxColour;
|
||||
class WXDLLIMPEXP_CORE wxCursor;
|
||||
class WXDLLIMPEXP_CORE wxFont;
|
||||
class WXDLLIMPEXP_CORE wxIcon;
|
||||
class WXDLLIMPEXP_CORE wxPalette;
|
||||
class WXDLLIMPEXP_CORE wxPen;
|
||||
class WXDLLIMPEXP_CORE wxRegion;
|
||||
class WXDLLIMPEXP_BASE wxString;
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// constants
|
||||
|
@ -30,9 +30,9 @@
|
||||
// classes
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxTextCtrl;
|
||||
class WXDLLEXPORT wxImageList;
|
||||
class WXDLLEXPORT wxHashTable;
|
||||
class WXDLLIMPEXP_CORE wxTextCtrl;
|
||||
class WXDLLIMPEXP_CORE wxImageList;
|
||||
class WXDLLIMPEXP_BASE wxHashTable;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Extra styles for wxGenericDirCtrl
|
||||
|
@ -20,8 +20,8 @@
|
||||
// for wxSize
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
class WXDLLEXPORT wxIcon;
|
||||
class WXDLLEXPORT wxString;
|
||||
class WXDLLIMPEXP_CORE wxIcon;
|
||||
class WXDLLIMPEXP_BASE wxString;
|
||||
|
||||
WX_DECLARE_EXPORTED_OBJARRAY( wxIcon, wxIconArray );
|
||||
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include "wx/ctrlsub.h" // base class
|
||||
|
||||
// forward declarations are enough here
|
||||
class WXDLLEXPORT wxArrayInt;
|
||||
class WXDLLEXPORT wxArrayString;
|
||||
class WXDLLIMPEXP_BASE wxArrayInt;
|
||||
class WXDLLIMPEXP_BASE wxArrayString;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// global data
|
||||
|
@ -19,11 +19,11 @@
|
||||
#include "wx/event.h"
|
||||
#include "wx/icon.h"
|
||||
|
||||
class WXDLLEXPORT wxFrame;
|
||||
class WXDLLEXPORT wxWindow;
|
||||
class WXDLLEXPORT wxApp ;
|
||||
class WXDLLEXPORT wxKeyEvent;
|
||||
class WXDLLEXPORT wxLog;
|
||||
class WXDLLIMPEXP_CORE wxFrame;
|
||||
class WXDLLIMPEXP_CORE wxWindow;
|
||||
class WXDLLIMPEXP_CORE wxApp;
|
||||
class WXDLLIMPEXP_CORE wxKeyEvent;
|
||||
class WXDLLIMPEXP_BASE wxLog;
|
||||
|
||||
// Represents the application. Derive OnInit and declare
|
||||
// a new App object to start application
|
||||
|
@ -48,11 +48,11 @@ class WXDLLIMPEXP_BASE wxArrayString;
|
||||
// Forward declaration
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLIMPEXP_BASE wxProcess;
|
||||
class WXDLLIMPEXP_BASE wxFrame;
|
||||
class WXDLLIMPEXP_BASE wxWindow;
|
||||
class WXDLLIMPEXP_BASE wxWindowList;
|
||||
class WXDLLIMPEXP_BASE wxPoint;
|
||||
class WXDLLIMPEXP_CORE wxProcess;
|
||||
class WXDLLIMPEXP_CORE wxFrame;
|
||||
class WXDLLIMPEXP_CORE wxWindow;
|
||||
class WXDLLIMPEXP_CORE wxWindowList;
|
||||
class WXDLLIMPEXP_CORE wxPoint;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Macros
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include "wx/setup.h"
|
||||
|
||||
|
||||
class WXDLLEXPORT wxImage;
|
||||
class WXDLLEXPORT wxInputStream;
|
||||
class WXDLLIMPEXP_CORE wxImage;
|
||||
class WXDLLIMPEXP_BASE wxInputStream;
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
// wxXPMDecoder class
|
||||
|
Loading…
Reference in New Issue
Block a user