Fix haiku/gcc2 build.

This commit is contained in:
Adrien Destugues
2018-03-17 07:23:00 +01:00
parent 89a05e6fbb
commit 5918435cd8
3 changed files with 9 additions and 4 deletions

View File

@@ -402,6 +402,8 @@ bye:
return dst;
#elif defined __HAIKU__
if (unicode)
*unicode = NULL;
return haiku_get_clipboard();
#else
// Not implemented (no standard) on Linux systems. Maybe someday...