]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinctrl.cpp
added support for polygons to wxRegion
[wxWidgets.git] / src / os2 / spinctrl.cpp
index 2eeb84483ebd772783727de521874c9f9c0b2017..aa6b5bf2d85bf16b7926a6722398d32c8e7aa680 100644 (file)
 // ============================================================================
 
 
+#ifdef __GNUG__
+    #pragma implementation "spinctrlbase.h"
+    #pragma implementation "spinctrl.h"
+#endif
+
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -26,6 +31,8 @@
     #include "wx/wx.h"
 #endif
 
+#if wxUSE_SPINBTN
+
 #include "wx/spinctrl.h"
 #include "wx/os2/private.h"
 
@@ -287,3 +294,5 @@ void wxSpinCtrl::DoMoveWindow(int x, int y, int width, int height)
     }
 */
 }
+
+#endif //wxUSE_SPINBTN
\ No newline at end of file