ENH: one more fix for HAIKU

This commit is contained in:
Bill Hoffman 2008-09-23 12:04:39 -04:00
parent 7fd080d695
commit 5778b6efe9
1 changed files with 1 additions and 1 deletions

View File

@ -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;