#include "wx/msw/gauge95.h"
#include "wx/msw/private.h"
-#if defined(__WIN95__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__))
+#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
#include <commctrl.h>
#endif
WXDWORD exStyle = 0;
long msFlags = MSWGetStyle(style, & exStyle) ;
-/*
- if ( m_windowStyle & wxCLIP_SIBLINGS )
- msFlags |= WS_CLIPSIBLINGS;
-*/
-
if (m_windowStyle & wxGA_VERTICAL)
msFlags |= PBS_VERTICAL;