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:
@@ -26,7 +26,7 @@
|
||||
// wxPrintDialogBase: interface for the dialog for printing
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxPrintDialogBase : public wxDialog
|
||||
class WXDLLIMPEXP_CORE wxPrintDialogBase : public wxDialog
|
||||
{
|
||||
public:
|
||||
wxPrintDialogBase() { }
|
||||
@@ -50,7 +50,7 @@ private:
|
||||
// wxPrintDialog: the dialog for printing.
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxPrintDialog : public wxObject
|
||||
class WXDLLIMPEXP_CORE wxPrintDialog : public wxObject
|
||||
{
|
||||
public:
|
||||
wxPrintDialog(wxWindow *parent, wxPrintDialogData* data = NULL);
|
||||
@@ -75,7 +75,7 @@ private:
|
||||
// wxPageSetupDialogBase: interface for the page setup dialog
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxPageSetupDialogBase: public wxDialog
|
||||
class WXDLLIMPEXP_CORE wxPageSetupDialogBase: public wxDialog
|
||||
{
|
||||
public:
|
||||
wxPageSetupDialogBase() { }
|
||||
@@ -97,7 +97,7 @@ private:
|
||||
// wxPageSetupDialog: the page setup dialog
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
class WXDLLEXPORT wxPageSetupDialog: public wxObject
|
||||
class WXDLLIMPEXP_CORE wxPageSetupDialog: public wxObject
|
||||
{
|
||||
public:
|
||||
wxPageSetupDialog(wxWindow *parent, wxPageSetupDialogData *data = NULL);
|
||||
|
Reference in New Issue
Block a user