Fix compilation on LInux

This commit is contained in:
abd 2006-08-10 10:24:39 +00:00
parent bf4b4d36c4
commit bdd25d855c
2 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,8 @@ EXPORT_HEADERS= DriverUNV_R_SMDS_Mesh.h \
DriverUNV_R_SMESHDS_Document.h \
DriverUNV_W_SMDS_Mesh.h \
DriverUNV_W_SMESHDS_Mesh.h \
DriverUNV_W_SMESHDS_Document.h
DriverUNV_W_SMESHDS_Document.h \
SMESH_DriverUNV.hxx
# Libraries targets
LIB = libMeshDriverUNV.la

View File

@ -39,7 +39,7 @@
# define SMESHCLIENT_EXPORT __declspec( dllimport )
# endif
#else
# define SMESHCLIENTEXPORT
# define SMESHCLIENT_EXPORT
#endif
class SMESHDS_Mesh;