mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix #warning, msvc doesn't have that.
This commit is contained in:
parent
1c763b2c0a
commit
6c55f9cf2e
@ -2608,11 +2608,11 @@ getClipboardText(NPObject* npobj, const NPVariant* args, uint32_t argCount,
|
||||
}
|
||||
|
||||
#else
|
||||
# warning "Implement pluginGetClipboardText for this platform"
|
||||
bool
|
||||
getClipboardText(NPObject* npobj, const NPVariant* args, uint32_t argCount,
|
||||
NPVariant* result)
|
||||
{
|
||||
/// XXX Not implemented!
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user