Integration of OCCT 6.5.0 from SVN
[occt.git] / src / ExprIntrp / ExprIntrp_yaccanal.hxx
1 // Copyright:   Matra-Datavision 1992
2 // File:        ExprIntrp_yaccanal.hxx
3 // Created:     Fri Aug 21 12:21:43 1992
4 // Author:      Arnaud BOUZY
5 //              <adn>
6
7
8 #ifndef ExprIntrp_yaccanal_HeaderFile
9 #define ExprIntrp_yaccanal_HeaderFile
10
11 #include <ExprIntrp_Analysis.hxx>
12
13 #ifndef _ExprIntrp_API
14 # if !defined(WNT) || defined(__ExprIntrp_DLL) || defined(__Expr_DLL) || defined(__ExprIntrp_DLL) || defined(__math_DLL) || defined(__MathBase_DLL) || defined(__ElCLib_DLL) || defined(__ElSLib_DLL) || defined(__BSplCLib_DLL) || defined(__BSplSLib_DLL) || defined(__Smoothing_DLL) || defined(__SysBase_DLL) || defined(__Data_DLL) || defined(__PLib_DLL) || defined(__GeomAbs_DLL) || defined(__Poly_DLL) || defined(__CSLib_DLL) || defined(__Convert_DLL) || defined(__Bnd_DLL) || defined(__gp_DLL) || defined(__TColgp_DLL)
15 #  define __ExprIntrp_API Standard_EXPORT
16 #  define __ExprIntrp_APIEXTERN Standard_EXPORTEXTERN
17 # else
18 #  define __ExprIntrp_API Standard_IMPORT
19 #  define __ExprIntrp_APIEXTERN Standard_IMPORT
20 # endif  // __ExprIntrp_DLL
21 #endif  // __ExprIntrp_API
22
23 //extern __ExprIntrp_API Standard_EXPORT ExprIntrp_Analysis ExprIntrp_Recept;
24 #ifdef _ExprIntrp_Analysis_SourceFile
25  __ExprIntrp_API ExprIntrp_Analysis ExprIntrp_Recept;
26 #else
27  __ExprIntrp_APIEXTERN ExprIntrp_Analysis ExprIntrp_Recept;
28 #endif
29
30 #endif