mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 12:18:36 -06:00
BUG: fix for bug 8060 Haiku build
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user