]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptrait.h
give a name to the enumeration of the values which can be passed to OnDrawItem to...
[wxWidgets.git] / include / wx / unix / apptrait.h
index 73b06497558ce54e38181e598e56a75855f7bf0e..8985a93581749c33dc94dcd9e6bcc35217aa20af 100644 (file)
@@ -29,14 +29,12 @@ public:
 
 #if wxUSE_GUI
 
-class WXDLLEXPORT wxGUIAppTraits : public wxGUIAppTraitsBase
+class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase
 {
 public:
     virtual wxEventLoopBase *CreateEventLoop();
     virtual int WaitForChild(wxExecuteData& execData);
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
     virtual int AddProcessCallback(wxEndProcessData *data, int fd);
-#endif
 #if wxUSE_TIMER
     virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer);
 #endif