Browse Source

BUG: fix for bug 8060 Haiku build

Bill Hoffman 17 years ago
parent
commit
5973e83c9c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/kwsys/DynamicLoader.hxx.in

+ 2 - 0
Source/kwsys/DynamicLoader.hxx.in

@@ -69,6 +69,8 @@ public:
   #else
     typedef void* LibraryHandle;
   #endif
+#elif defined(__HAIKU__)
+  typedef image_id LibraryHandle;
 #elif defined(__BEOS__)
   typedef image_id LibraryHandle;
 #else  // POSIX