BUG: fix for bug 8060 Haiku build
This commit is contained in:
parent
45aec04508
commit
5973e83c9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue