[Cmake-commits] [cmake-commits] hoffman committed DynamicLoader.hxx.in 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 7 16:40:05 EST 2008


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

Modified Files:
	DynamicLoader.hxx.in 
Log Message:
BUG: fix for bug 8060 Haiku build


Index: DynamicLoader.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/DynamicLoader.hxx.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** DynamicLoader.hxx.in	22 Sep 2008 18:05:13 -0000	1.11
--- DynamicLoader.hxx.in	7 Nov 2008 21:40:02 -0000	1.12
***************
*** 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