]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
Undefed Yield symbol if defined, else syntax error
[wxWidgets.git] / src / msw / gauge95.cpp
index 31b9f85f19bcd037d616c96a17183c04d25a9f3c..d287e72444c665de2409b5d0607c12c10f5f12f2 100644 (file)
@@ -29,7 +29,7 @@
 #include "wx/msw/gauge95.h"
 #include "wx/msw/private.h"
 
-#if defined(__WIN95__) && !defined(__GNUWIN32__)
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
 #include <commctrl.h>
 #endif
 
@@ -94,7 +94,7 @@ bool wxGauge95::Create(wxWindow *parent, wxWindowID id,
   return TRUE;
 }
 
-void wxGauge95::SetSize(int x, int y, int width, int height, int sizeFlags)
+void wxGauge95::DoSetSize(int x, int y, int width, int height, int sizeFlags)
 {
   int currentX, currentY;
   GetPosition(&currentX, &currentY);