]> OCCT Git - occt-wok.git/commitdiff
Connect to BugMaster for details
authorcascade <cascade@opencascade.com>
Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)
committercascade <cascade@opencascade.com>
Mon, 17 Nov 2003 21:43:22 +0000 (21:43 +0000)
src/CPPJini/CPPJini.cxx

index 55fbebae751e2ee73fb702c2dbf7e9b2b90e81ca..6f098b775f1d1ca7f0a2bbc2a32c9c5da924ccea 100755 (executable)
 
 #include <Standard_ProgramError.hxx>
 
-#include <limits.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifdef HAVE_LIMITS
+# include <limits>
+#elif defined (HAVE_LIMITS_H)
+# include <limits.h>
+#endif
+
+#ifdef WNT
+# include <limits>
+#endif
 
 #define CPPJINI_BOOLEAN         1
 #define CPPJINI_CHARACTER       2