Salome HOME
Win32 compatibility.
[modules/geom.git] / src / XAO / XAO_Xao.hxx
index 451d327cb6d72707ca0469a0964ef0f5796a30cc..bceb909bd35fc18cdb3e1311b165e68f5a53c8e1 100644 (file)
 
 #include <string>
 #include <list>
+
+#include "XAO.hxx"
 #include "XAO_Exception.hxx"
 #include "XAO_XaoUtils.hxx"
 #include "XAO_Geometry.hxx"
 
+#ifdef WIN32
+#pragma warning(disable:4290) // Warning Exception ...
+#pragma warning(disable:4251) // Warning dll-interface ...
+#endif
+
 namespace XAO
 {
     class Group;
@@ -40,7 +47,7 @@ namespace XAO
      * @class Xao
      * The Xao class describes the XAO format.
      */
-    class Xao
+    class XAO_EXPORT Xao
     {
     public:
         /**