mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
0033391: Coding - Clearing old definition way for strcasecmp
Removed artifacts for strcasecmp definitions
This commit is contained in:
parent
1691f09a2b
commit
8a74ae3a6c
@ -57,7 +57,6 @@
|
|||||||
#include <Precision.hxx>
|
#include <Precision.hxx>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
//#define strcasecmp _stricmp Already defined
|
|
||||||
Standard_IMPORT Draw_Viewer dout;
|
Standard_IMPORT Draw_Viewer dout;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -43,10 +43,6 @@
|
|||||||
#include <GeomAPI_ProjectPointOnSurf.hxx>
|
#include <GeomAPI_ProjectPointOnSurf.hxx>
|
||||||
#include <Message.hxx>
|
#include <Message.hxx>
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
//#define strcasecmp strcmp Already defined
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
// suppressarg : suppress a[d],modifie na--
|
// suppressarg : suppress a[d],modifie na--
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||||
// commercial license or contractual agreement.
|
// commercial license or contractual agreement.
|
||||||
|
|
||||||
// Modified: Portage NT 7-5-97 DPF (strcasecmp)
|
|
||||||
|
|
||||||
#include <BRep_Builder.hxx>
|
#include <BRep_Builder.hxx>
|
||||||
#include <BRep_CurveOnClosedSurface.hxx>
|
#include <BRep_CurveOnClosedSurface.hxx>
|
||||||
#include <BRep_CurveOnSurface.hxx>
|
#include <BRep_CurveOnSurface.hxx>
|
||||||
@ -45,14 +43,6 @@
|
|||||||
#include <TopoDS_Shape.hxx>
|
#include <TopoDS_Shape.hxx>
|
||||||
#include <TopoDS_Vertex.hxx>
|
#include <TopoDS_Vertex.hxx>
|
||||||
|
|
||||||
#ifdef MacOS
|
|
||||||
#define strcasecmp(p,q) strcmp(p,q)
|
|
||||||
#elif _WIN32
|
|
||||||
#define strcasecmp strcmp
|
|
||||||
#elif AIX
|
|
||||||
#include <string.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Modified: 02 Nov 2000: BUC60769. JMB, PTV. In order to be able to read BRep
|
// Modified: 02 Nov 2000: BUC60769. JMB, PTV. In order to be able to read BRep
|
||||||
// files that came from a platform different from where CasCade
|
// files that came from a platform different from where CasCade
|
||||||
// is run, we need the following modifications.
|
// is run, we need the following modifications.
|
||||||
|
@ -48,7 +48,6 @@
|
|||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
//#define strcasecmp strcmp Already defined
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
//#define strcasecmp strcmp Already defined
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
#include <AIS_Shape.hxx>
|
#include <AIS_Shape.hxx>
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
//#define strcasecmp strcmp Already defined in Standard
|
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user