mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0033391: Coding - Clearing old definition way for strcasecmp
Removed artifacts for strcasecmp definitions
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user