X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abd694417a84479d6e994f088ac2e1d76327dae0..569c7d8ccb0c3f350b50f0f8435b6c6ac3d78cc8:/include/wx/palmos/apptrait.h diff --git a/include/wx/palmos/apptrait.h b/include/wx/palmos/apptrait.h index 311514fe3c..998649ad6a 100644 --- a/include/wx/palmos/apptrait.h +++ b/include/wx/palmos/apptrait.h @@ -30,9 +30,11 @@ public: virtual void AfterChildWaitLoop(void *data); #if wxUSE_TIMER virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer) { return new wxPalmOSTimerImpl(timer); } -#endif +#endif // wxUSE_TIMER +#if wxUSE_THREADS virtual bool DoMessageFromThreadWait(); virtual WXDWORD WaitForThread(WXHANDLE hThread); +#endif // wxUSE_THREADS }; #if wxUSE_GUI @@ -46,8 +48,10 @@ public: #if wxUSE_TIMER // there is no wxTimer support yet virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer); -#endif +#endif // wxUSE_TIMER +#if wxUSE_THREADS virtual bool DoMessageFromThreadWait(); +#endif // wxUSE_THREADS virtual wxPortId GetToolkitVersion(int *majVer = NULL, int *minVer = NULL) const; };