summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb/MtaOleClipb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/clipb/MtaOleClipb.hxx')
-rw-r--r--dtrans/source/win32/clipb/MtaOleClipb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/clipb/MtaOleClipb.hxx b/dtrans/source/win32/clipb/MtaOleClipb.hxx
index f25019d0784c..58583ce6c7e5 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.hxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.hxx
@@ -67,9 +67,9 @@ private:
// message handler functions; remember these functions are called
// from a different thread context!
- static LRESULT onSetClipboard( IDataObject* pIDataObject );
- static LRESULT onGetClipboard( LPSTREAM* ppStream );
- static LRESULT onFlushClipboard( );
+ static HRESULT onSetClipboard( IDataObject* pIDataObject );
+ static HRESULT onGetClipboard( LPSTREAM* ppStream );
+ static HRESULT onFlushClipboard( );
bool onRegisterClipViewer( LPFNC_CLIPVIEWER_CALLBACK_t pfncClipViewerCallback );
// win32 clipboard listener support