X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b6e5fb3f58f881d70dda6531f9c8372231a59cf..068becf5625117fda98c6a6f94433c5b5147e367:/include/wx/msw/radiobox.h

diff --git a/include/wx/msw/radiobox.h b/include/wx/msw/radiobox.h
index cb08edafee..b8ecc5d72b 100644
--- a/include/wx/msw/radiobox.h
+++ b/include/wx/msw/radiobox.h
@@ -12,10 +12,6 @@
 #ifndef _WX_RADIOBOX_H_
 #define _WX_RADIOBOX_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "radiobox.h"
-#endif
-
 #include "wx/statbox.h"
 
 class WXDLLEXPORT wxSubwindows;
@@ -144,10 +140,12 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
 
+#ifndef __WXWINCE__
     virtual WXHRGN MSWGetRegionWithoutChildren();
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg,
                                     WXWPARAM wParam,
                                     WXLPARAM lParam);
+#endif // __WXWINCE__
 
 
     // the buttons we contain