mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
Windows porting
This commit is contained in:
parent
c26d1e41d3
commit
11f733549c
@ -35,9 +35,15 @@
|
||||
#include CORBA_SERVER_HEADER(SALOMEDS)
|
||||
#include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
|
||||
|
||||
#if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
|
||||
#define GEOMGUI_WNT_EXPORT __declspec( dllexport )
|
||||
#else
|
||||
#define GEOMGUI_WNT_EXPORT
|
||||
#endif
|
||||
|
||||
class GEOM_Client;
|
||||
|
||||
class GEOM_Swig
|
||||
class GEOMGUI_WNT_EXPORT GEOM_Swig
|
||||
{
|
||||
public:
|
||||
GEOM_Swig();
|
||||
|
Loading…
Reference in New Issue
Block a user