]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gauge95.cpp
Unicode fixes
[wxWidgets.git] / src / msw / gauge95.cpp
index ade3fdca7ce4924ee623022fbb892fb1f40c773c..0805a02f9811754134af42b5f7bbb548753a66fb 100644 (file)
 #include "wx/msw/gauge95.h"
 #include "wx/msw/private.h"
 
-#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__)
+#if (defined(__WIN95__) && !defined(__GNUWIN32__)) || defined(__TWIN32__) || defined(wxUSE_NORLANDER_HEADERS)
 #include <commctrl.h>
 #endif
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxGauge95, wxControl)
-#endif
 
 bool wxGauge95::Create(wxWindow *parent, wxWindowID id,
            int range,