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:
Vadim Zeitlin
2001-07-02 15:19:03 +00:00
parent fac3b4232c
commit 403aced8ed
4 changed files with 2 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
#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

View File

@@ -18,8 +18,6 @@
#include "wx/dynarray.h"
WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr;
// General item class
class WXDLLEXPORT wxControl : public wxControlBase
{

View File

@@ -18,8 +18,6 @@
#include "wx/control.h"
WXDLLEXPORT_DATA(extern const wxChar*) wxStaticTextNameStr;
class WXDLLEXPORT wxStaticText : public wxControl
{
DECLARE_DYNAMIC_CLASS(wxStaticText)

View File

@@ -5,7 +5,7 @@
#include "wx/control.h"
extern const wxChar *wxStaticTextNameStr;
WXDLLEXPORT_DATA(extern const wxChar*) wxStaticTextNameStr;
class WXDLLEXPORT wxStaticTextBase : public wxControl
{