X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4354db179f5b9f3107cc532bb5232deccab90d0..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/anybutton.h diff --git a/include/wx/anybutton.h b/include/wx/anybutton.h index bc5519bcfb..d2b1ee21e2 100644 --- a/include/wx/anybutton.h +++ b/include/wx/anybutton.h @@ -3,7 +3,7 @@ // Purpose: wxAnyButtonBase class // Author: Vadim Zetlin // Created: 2000-08-15 (extracted from button.h) -// RCS-ID: $Id: anybutton.h 65680 2010-09-30 11:44:45Z VZ $ +// RCS-ID: $Id$ // Copyright: (c) Vadim Zetlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -175,9 +175,9 @@ protected: wxDECLARE_NO_COPY_CLASS(wxAnyButtonBase); }; -//#if defined(__WXUNIVERSAL__) -// #include "wx/univ/anybutton.h" -#if defined(__WXMSW__) +#if defined(__WXUNIVERSAL__) + #include "wx/univ/anybutton.h" +#elif defined(__WXMSW__) #include "wx/msw/anybutton.h" //#elif defined(__WXMOTIF__) // #include "wx/motif/anybutton.h" @@ -191,8 +191,6 @@ protected: // #include "wx/cocoa/anybutton.h" //#elif defined(__WXPM__) // #include "wx/os2/anybutton.h" -//#elif defined(__WXPALMOS__) -// #include "wx/palmos/anybutton.h" #else typedef wxAnyButtonBase wxAnyButton; #endif