Clipboard paste support for Haiku.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1828 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2011-09-25 11:48:37 +00:00
parent afa22ae0ac
commit d34c3d9df5
3 changed files with 29 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ byte Native_filesel(byte load)
return CommDlgExtendedError();
}
#else
#ifndef(__linux__) // This makes no sense on X11-oriented platform. Nothing is really native there.
#ifndef __linux__ // This makes no sense on X11-oriented platforms. Nothing is really native there.
#warning "EXPERIMENTAL function for native fileselector not available for this platform!"
#endif
return 255; // fail !