mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0033391: Coding - Clearing old definition way for strcasecmp
Removed artifacts for strcasecmp definitions
This commit is contained in:
parent
54ed243582
commit
6aa053ae00
@ -57,7 +57,6 @@
|
||||
#include <Precision.hxx>
|
||||
|
||||
#ifdef _WIN32
|
||||
//#define strcasecmp _stricmp Already defined
|
||||
Standard_IMPORT Draw_Viewer dout;
|
||||
#endif
|
||||
|
||||
|
@ -43,10 +43,6 @@
|
||||
#include <GeomAPI_ProjectPointOnSurf.hxx>
|
||||
#include <Message.hxx>
|
||||
|
||||
#ifdef _WIN32
|
||||
//#define strcasecmp strcmp Already defined
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------
|
||||
// suppressarg : suppress a[d],modifie na--
|
||||
//-----------------------------------------------------------------------
|
||||
|
@ -14,8 +14,6 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// Modified: Portage NT 7-5-97 DPF (strcasecmp)
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRep_CurveOnClosedSurface.hxx>
|
||||
#include <BRep_CurveOnSurface.hxx>
|
||||
@ -45,14 +43,6 @@
|
||||
#include <TopoDS_Shape.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
|
||||
// files that came from a platform different from where CasCade
|
||||
// is run, we need the following modifications.
|
||||
|
@ -48,7 +48,6 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <stdio.h>
|
||||
//#define strcasecmp strcmp Already defined
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -34,7 +34,6 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <stdio.h>
|
||||
//#define strcasecmp strcmp Already defined
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <AIS_Shape.hxx>
|
||||
|
||||
#ifdef _WIN32
|
||||
//#define strcasecmp strcmp Already defined in Standard
|
||||
# include <stdio.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user