Browse Source

ENH: one more fix for HAIKU

Bill Hoffman 17 years ago
parent
commit
5778b6efe9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/kwsys/testDynamicLoader.cxx

+ 1 - 1
Source/kwsys/testDynamicLoader.cxx

@@ -98,7 +98,7 @@ int testDynamicLoader(int argc, char *argv[])
 {
 #if defined(_WIN32)
   SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
-#elif defined(__BEOS__)
+#elif defined(__BEOS__) || defined(__HAIKU__)
   disable_debugger(1);
 #endif
   int res = 0;