missing WXDLLEXPORT_DATA added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "wx/window.h" // base class
|
#include "wx/window.h" // base class
|
||||||
|
|
||||||
extern const wxChar* wxControlNameStr; // the default name
|
WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr;
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxControl is the base class for all controls
|
// wxControl is the base class for all controls
|
||||||
|
@@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
#include "wx/dynarray.h"
|
#include "wx/dynarray.h"
|
||||||
|
|
||||||
WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr;
|
|
||||||
|
|
||||||
// General item class
|
// General item class
|
||||||
class WXDLLEXPORT wxControl : public wxControlBase
|
class WXDLLEXPORT wxControl : public wxControlBase
|
||||||
{
|
{
|
||||||
|
@@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
|
|
||||||
WXDLLEXPORT_DATA(extern const wxChar*) wxStaticTextNameStr;
|
|
||||||
|
|
||||||
class WXDLLEXPORT wxStaticText : public wxControl
|
class WXDLLEXPORT wxStaticText : public wxControl
|
||||||
{
|
{
|
||||||
DECLARE_DYNAMIC_CLASS(wxStaticText)
|
DECLARE_DYNAMIC_CLASS(wxStaticText)
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
|
|
||||||
extern const wxChar *wxStaticTextNameStr;
|
WXDLLEXPORT_DATA(extern const wxChar*) wxStaticTextNameStr;
|
||||||
|
|
||||||
class WXDLLEXPORT wxStaticTextBase : public wxControl
|
class WXDLLEXPORT wxStaticTextBase : public wxControl
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user