mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 10:10:34 +05:00
Porting SALOME6 on windows.
This commit is contained in:
parent
6243f56466
commit
c8ed8f13dc
@ -25,6 +25,8 @@
|
||||
#ifndef GEOM_GenericObjPtr_H
|
||||
#define GEOM_GenericObjPtr_H
|
||||
|
||||
#include "GEOM_GEOMBase.hxx"
|
||||
|
||||
#include "SALOMEconfig.h"
|
||||
#include CORBA_SERVER_HEADER(GEOM_Gen)
|
||||
|
||||
@ -228,7 +230,7 @@ namespace GEOM
|
||||
typedef GenericObjPtr<GEOM::GEOM_IGroupOperations> GroupOpPtr;
|
||||
typedef GenericObjPtr<GEOM::GEOM_IAdvancedOperations> AdvancedOpPtr;
|
||||
|
||||
template<> bool GenericObjPtr<GEOM::GEOM_Object>::isSame( GEOM::GEOM_Object_ptr theLeft, GEOM::GEOM_Object_ptr theRight );
|
||||
template<> bool GEOMBASE_EXPORT GenericObjPtr<GEOM::GEOM_Object>::isSame( GEOM::GEOM_Object_ptr theLeft, GEOM::GEOM_Object_ptr theRight );
|
||||
}
|
||||
|
||||
#endif // GEOM_GenericObjPtr_H
|
||||
|
@ -20,6 +20,14 @@
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
//
|
||||
|
||||
#ifdef WNT
|
||||
// E.A. : On windows with python 2.6, there is a conflict
|
||||
// E.A. : between pymath.h and Standard_math.h which define
|
||||
// E.A. : some same symbols : acosh, asinh, ...
|
||||
#include <Standard_math.hxx>
|
||||
#include <pymath.h>
|
||||
#endif
|
||||
|
||||
#include <Python.h>
|
||||
#include <structmember.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user