]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/data.cpp
Include wx/stattext.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / mac / classic / data.cpp
index 1f0bea00d2cd67fa4584383e4f860f7b88fb29e3..eb8f97da014035ca5a4d5582bcd56736dbc0e17b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        mac/data.cpp
+// Name:        src/mac/classic/data.cpp
 // Purpose:     Various global Mac-specific data
 // Author:      Stefan Csomor
 // Modified by:
 // Purpose:     Various global Mac-specific data
 // Author:      Stefan Csomor
 // Modified by:
@@ -9,17 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/event.h"
+#include "wx/wxprec.h"
 
 
-#if wxUSE_SHARED_LIBRARY
-///// Event tables (also must be in one, statically-linked file for shared libraries)
-
-// This is the base, wxEvtHandler 'bootstrap' code which is expanded manually here
-const wxEventTable *wxEvtHandler::GetEventTable() const { return &wxEvtHandler::sm_eventTable; }
-
-const wxEventTable wxEvtHandler::sm_eventTable =
-    { NULL, &wxEvtHandler::sm_eventTableEntries[0] };
-
-const wxEventTableEntry wxEvtHandler::sm_eventTableEntries[] = { { 0, 0, 0, NULL } };
+#ifndef WX_PRECOMP
+    #include "wx/event.h"
 #endif
 #endif
-