substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-26 15:06:00 +00:00
parent 59022c25c1
commit 53a2db124c
638 changed files with 1407 additions and 1409 deletions

View File

@@ -26,7 +26,7 @@ class WXDLLIMPEXP_FWD_CORE wxEventLoop;
// wxApp
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxApp: public wxAppBase
class WXDLLIMPEXP_CORE wxApp: public wxAppBase
{
public:
wxApp();

View File

@@ -23,7 +23,7 @@ struct bitmap_t;
// wxBitmap
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxBitmap: public wxBitmapBase
class WXDLLIMPEXP_CORE wxBitmap: public wxBitmapBase
{
public:
wxBitmap() {}

View File

@@ -27,7 +27,7 @@ class WXDLLIMPEXP_FWD_CORE wxBrush;
// wxBrush
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxBrush : public wxBrushBase
class WXDLLIMPEXP_CORE wxBrush : public wxBrushBase
{
public:
wxBrush() {}

View File

@@ -22,7 +22,7 @@
// wxClipboard
// ----------------------------------------------------------------------------
class WXDLLEXPORT wxClipboard : public wxClipboardBase
class WXDLLIMPEXP_CORE wxClipboard : public wxClipboardBase
{
public:
wxClipboard() {}

View File

@@ -19,7 +19,7 @@ class MGLCursor;
// wxCursor
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxCursor : public wxGDIObject
class WXDLLIMPEXP_CORE wxCursor : public wxGDIObject
{
public:

View File

@@ -45,7 +45,7 @@ class MGLDevCtx;
class MGLRegion;
struct font_t;
class WXDLLEXPORT wxDC : public wxDCBase
class WXDLLIMPEXP_CORE wxDC : public wxDCBase
{
DECLARE_DYNAMIC_CLASS(wxDC)

View File

@@ -25,7 +25,7 @@ class WXDLLIMPEXP_FWD_CORE wxWindowMGL;
// wxWindowDC
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxWindowDC : public wxDC
class WXDLLIMPEXP_CORE wxWindowDC : public wxDC
{
public:
wxWindowDC() {}
@@ -44,7 +44,7 @@ private:
// wxClientDC
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxClientDC : public wxWindowDC
class WXDLLIMPEXP_CORE wxClientDC : public wxWindowDC
{
public:
wxClientDC() : wxWindowDC() {}
@@ -58,7 +58,7 @@ private:
// wxPaintDC
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxPaintDC : public wxClientDC
class WXDLLIMPEXP_CORE wxPaintDC : public wxClientDC
{
public:
wxPaintDC() : wxClientDC() {}

View File

@@ -23,7 +23,7 @@ class WXDLLIMPEXP_FWD_CORE wxMemoryDC;
// wxMemoryDC
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxMemoryDC : public wxDC, public wxMemoryDCBase
class WXDLLIMPEXP_CORE wxMemoryDC : public wxDC, public wxMemoryDCBase
{
public:
wxMemoryDC() { Init(); }

View File

@@ -22,7 +22,7 @@ class WXDLLIMPEXP_FWD_CORE wxScreenDC;
// wxScreenDC
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxScreenDC: public wxDC
class WXDLLIMPEXP_CORE wxScreenDC: public wxDC
{
public:
wxScreenDC();

View File

@@ -26,7 +26,7 @@ struct font_t;
// wxFont
// ----------------------------------------------------------------------------
class WXDLLEXPORT wxFont : public wxFontBase
class WXDLLIMPEXP_CORE wxFont : public wxFontBase
{
public:
// ctors and such

View File

@@ -27,7 +27,7 @@ struct palette_t;
// wxPalette
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxPalette : public wxPaletteBase
class WXDLLIMPEXP_CORE wxPalette : public wxPaletteBase
{
public:
wxPalette();

View File

@@ -27,7 +27,7 @@ class WXDLLIMPEXP_FWD_CORE wxPen;
// wxPen
//-----------------------------------------------------------------------------
class WXDLLEXPORT wxPen : public wxPenBase
class WXDLLIMPEXP_CORE wxPen : public wxPenBase
{
public:
wxPen() {}

View File

@@ -15,7 +15,7 @@
// wxPopupWindow
// ----------------------------------------------------------------------------
class WXDLLEXPORT wxPopupWindow : public wxPopupWindowBase
class WXDLLIMPEXP_CORE wxPopupWindow : public wxPopupWindowBase
{
public:
wxPopupWindow() { }

View File

@@ -15,7 +15,7 @@
class MGLRegion;
class WXDLLEXPORT wxRegion : public wxRegionBase
class WXDLLIMPEXP_CORE wxRegion : public wxRegionBase
{
public:
wxRegion();
@@ -68,7 +68,7 @@ private:
WX_DECLARE_EXPORTED_LIST(wxRect, wxRegionRectList);
class WXDLLEXPORT wxRegionIterator : public wxObject
class WXDLLIMPEXP_CORE wxRegionIterator : public wxObject
{
public:
wxRegionIterator(void);

View File

@@ -23,7 +23,7 @@ class MGLDevCtx;
// wxWindow declaration for MGL
// ---------------------------------------------------------------------------
class WXDLLEXPORT wxWindowMGL : public wxWindowBase
class WXDLLIMPEXP_CORE wxWindowMGL : public wxWindowBase
{
public:
wxWindowMGL() { Init(); }