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
218ffc54e0
commit
ca91872e0e
@ -31,7 +31,11 @@
|
|||||||
|
|
||||||
#include "GEOMGUI.h"
|
#include "GEOMGUI.h"
|
||||||
#include "GEOMBase.h"
|
#include "GEOMBase.h"
|
||||||
|
#ifdef WNT
|
||||||
|
#include <SALOME_WNT.hxx>
|
||||||
|
#else
|
||||||
|
#define SALOME_WNT_EXPORT
|
||||||
|
#endif
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// class : GEOMBase_Display
|
// class : GEOMBase_Display
|
||||||
// purpose :
|
// purpose :
|
||||||
|
Loading…
Reference in New Issue
Block a user