Fix an error in previous commit. Zero warnings on Windows too (Mingw, gcc 4.4.1-TDM)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1946 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -249,6 +249,7 @@ char* getClipboard()
|
||||
CloseClipboard();
|
||||
}
|
||||
}
|
||||
return dst;
|
||||
#elif defined __HAIKU__
|
||||
return haiku_get_clipboard();
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user