[Cmake-commits] [cmake-commits] hoffman committed DynamicLoader.hxx.in 1.10.16.1 1.10.16.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 11 16:52:24 EST 2008


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

Modified Files:
      Tag: CMake-2-6
	DynamicLoader.hxx.in 
Log Message:
ENH: merge in fixes from head RC 4


Index: DynamicLoader.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/DynamicLoader.hxx.in,v
retrieving revision 1.10.16.1
retrieving revision 1.10.16.2
diff -C 2 -d -r1.10.16.1 -r1.10.16.2
*** DynamicLoader.hxx.in	24 Oct 2008 15:18:55 -0000	1.10.16.1
--- DynamicLoader.hxx.in	11 Nov 2008 21:52:22 -0000	1.10.16.2
***************
*** 70,73 ****
--- 70,75 ----
      typedef void* LibraryHandle;
    #endif
+ #elif defined(__HAIKU__)
+   typedef image_id LibraryHandle;
  #elif defined(__BEOS__)
    typedef image_id LibraryHandle;



More information about the Cmake-commits mailing list