[Cmake-commits] [cmake-commits] hoffman committed testDynamicLoader.cxx 1.23 1.24

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 23 12:04:41 EDT 2008


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv14842

Modified Files:
	testDynamicLoader.cxx 
Log Message:
ENH: one more fix for HAIKU


Index: testDynamicLoader.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/testDynamicLoader.cxx,v
retrieving revision 1.23
retrieving revision 1.24
diff -C 2 -d -r1.23 -r1.24
*** testDynamicLoader.cxx	15 Sep 2008 21:53:28 -0000	1.23
--- testDynamicLoader.cxx	23 Sep 2008 16:04:39 -0000	1.24
***************
*** 99,103 ****
  #if defined(_WIN32)
    SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
! #elif defined(__BEOS__)
    disable_debugger(1);
  #endif
--- 99,103 ----
  #if defined(_WIN32)
    SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
! #elif defined(__BEOS__) || defined(__HAIKU__)
    disable_debugger(1);
  #endif



More information about the Cmake-commits mailing list