]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authoradam <adam>
Wed, 25 Feb 2009 09:52:36 +0000 (09:52 +0000)
committeradam <adam>
Wed, 25 Feb 2009 09:52:36 +0000 (09:52 +0000)
src/OBJECT/SALOME_InteractiveObject.hxx

index fb2ff43001ab7cae30b928f0941dbd06023e2f36..a888e1b73f550dd84436fea1a0f6b5ac2e58d750 100755 (executable)
 #define _SALOME_InteractiveObject_HeaderFile
 
 #ifndef _Standard_HeaderFile
+// E.A. : Standard.hxx defines PACKAGE and VERSION --> Pb in Werror mode
+// E.A. : --> Add the undef of PACKAGE and VERSION (really ugly !)
+#ifdef PACKAGE
+#undef PACKAGE
+#endif
+#ifdef VERSION
+#undef VERSION
+#endif
 #include <Standard.hxx>
 #endif
 #ifndef _Handle_SALOME_InteractiveObject_HeaderFile