X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16cba29d3a5a0a95b367382311a4a7a9a9833210..f7040b5fe68379e9bc7824aaffa834ae146c4084:/include/wx/radiobut.h?ds=sidebyside diff --git a/include/wx/radiobut.h b/include/wx/radiobut.h index 5b086935e5..92d0e75173 100644 --- a/include/wx/radiobut.h +++ b/include/wx/radiobut.h @@ -5,13 +5,15 @@ // Modified by: // Created: 07.09.00 // RCS-ID: $Id$ -// Copyright: (c) wxWidgets team +// Copyright: (c) Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _WX_RADIOBUT_H_BASE_ #define _WX_RADIOBUT_H_BASE_ +#include "wx/defs.h" + #if wxUSE_RADIOBTN /* @@ -47,6 +49,8 @@ extern WXDLLEXPORT_DATA(const wxChar*) wxRadioButtonNameStr; #include "wx/cocoa/radiobut.h" #elif defined(__WXPM__) #include "wx/os2/radiobut.h" +#elif defined(__WXPALMOS__) + #include "wx/palmos/radiobut.h" #endif #endif // wxUSE_RADIOBTN