BUG: fix for bug 8060 Haiku build

This commit is contained in:
Bill Hoffman 2008-11-07 16:40:02 -05:00
parent 45aec04508
commit 5973e83c9c
1 changed files with 2 additions and 0 deletions

View File

@ -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