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

View File

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