#include <Geom_BezierSurface.hxx>
#include <Geom_BSplineCurve.hxx>
#include <Geom_BSplineSurface.hxx>
+#include <Geom_BoundedCurve.hxx>
+#include <Geom_BoundedSurface.hxx>
-#ifdef WNT
+#ifdef _MSC_VER
#include <stdio.h>
//#define strcasecmp strcmp Already defined
#endif
//purpose : Changes a weight of a pole on B-spline curve/surface
//=======================================================================
-static Standard_Integer setweight(Draw_Interpretor& di, Standard_Integer n, const char** a)
+static Standard_Integer setweight(Draw_Interpretor& /*di*/, Standard_Integer n, const char** a)
{
if (n < 4 || n > 5)
{