0026823: Configuration - use EGL on another platform without GLX
[occt.git] / src / Standard / Standard_Time.hxx
index 235f2bf..3a44119 100755 (executable)
@@ -21,6 +21,8 @@
 //    - IsEqual
 // ===============================================
 
+#ifndef __QNX__ // same as Standard_Size
+
 // ------------------------------------------------------------------
 // IsEqual : Returns Standard_True if two time values are equal
 // ------------------------------------------------------------------
@@ -31,3 +33,5 @@ inline Standard_Boolean IsEqual (const Standard_Time theOne,
 }
 
 #endif
+
+#endif