projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
1. wxCalendarCtrl
[wxWidgets.git]
/
src
/
mac
/
control.cpp
diff --git
a/src/mac/control.cpp
b/src/mac/control.cpp
index 037d95784fd494f9aa25cabd3953a27c1af8678a..5065b239e9dd15a792c6d9ebe6432b4b1fd74110 100644
(file)
--- a/
src/mac/control.cpp
+++ b/
src/mac/control.cpp
@@
-18,7
+18,6
@@
#include "wx/tabctrl.h"
#include "wx/spinbutt.h"
#include "wx/tabctrl.h"
#include "wx/spinbutt.h"
-#if !USE_SHARED_LIBRARY
IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)
BEGIN_EVENT_TABLE(wxControl, wxWindow)
IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)
BEGIN_EVENT_TABLE(wxControl, wxWindow)
@@
-26,7
+25,6
@@
BEGIN_EVENT_TABLE(wxControl, wxWindow)
EVT_CHAR( wxControl::OnKeyDown )
EVT_PAINT( wxControl::OnPaint )
END_EVENT_TABLE()
EVT_CHAR( wxControl::OnKeyDown )
EVT_PAINT( wxControl::OnPaint )
END_EVENT_TABLE()
-#endif
#include <wx/mac/uma.h>
#include <wx/mac/uma.h>