ENH: one more fix for HAIKU
This commit is contained in:
parent
7fd080d695
commit
5778b6efe9
@ -98,7 +98,7 @@ int testDynamicLoader(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
|
SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
|
||||||
#elif defined(__BEOS__)
|
#elif defined(__BEOS__) || defined(__HAIKU__)
|
||||||
disable_debugger(1);
|
disable_debugger(1);
|
||||||
#endif
|
#endif
|
||||||
int res = 0;
|
int res = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user