diff --git a/include/wx/msw/clipbrd.h b/include/wx/msw/clipbrd.h index fca86898ff..2033e5f94d 100644 --- a/include/wx/msw/clipbrd.h +++ b/include/wx/msw/clipbrd.h @@ -24,9 +24,11 @@ WXDLLIMPEXP_CORE bool wxCloseClipboard(); // get/set data WXDLLIMPEXP_CORE bool wxEmptyClipboard(); +#if !wxUSE_OLE WXDLLIMPEXP_CORE bool wxSetClipboardData(wxDataFormat dataFormat, const void *data, int width = 0, int height = 0); +#endif // !wxUSE_OLE // clipboard formats WXDLLIMPEXP_CORE bool wxIsClipboardFormatAvailable(wxDataFormat dataFormat);