Skip to content
Snippets Groups Projects
Commit c3ae6ee3 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

BUG: fix for bug 8060 Haiku build

parent 4a57c912
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -4,7 +4,7 @@
SET(KWSYS_DATE_STAMP_YEAR 2008)
# KWSys version date month component. Format is MM.
SET(KWSYS_DATE_STAMP_MONTH 10)
SET(KWSYS_DATE_STAMP_MONTH 11)
# KWSys version date day component. Format is DD.
SET(KWSYS_DATE_STAMP_DAY 17)
SET(KWSYS_DATE_STAMP_DAY 07)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment