Nikolay Sivov : include: Add the rest of async callback flags.

Alexandre Julliard julliard at winehq.org
Tue Feb 11 15:44:55 CST 2020


Module: wine
Branch: master
Commit: 0e2ee84710a2b47c93a3b8a89af151a8dfa0e4bd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0e2ee84710a2b47c93a3b8a89af151a8dfa0e4bd

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Feb 11 12:19:03 2020 +0300

include: Add the rest of async callback flags.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/mfobjects.idl | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/include/mfobjects.idl b/include/mfobjects.idl
index 203acc770f..758fd82cb1 100644
--- a/include/mfobjects.idl
+++ b/include/mfobjects.idl
@@ -425,8 +425,11 @@ interface IMFRemoteAsyncCallback : IUnknown
     HRESULT Invoke([in] HRESULT hr, [in] IUnknown *pRemoteResult);
 }
 
-cpp_quote("#define MFASYNC_FAST_IO_PROCESSING_CALLBACK  0x0001")
-cpp_quote("#define MFASYNC_SIGNAL_CALLBACK              0x0002" )
+cpp_quote("#define MFASYNC_FAST_IO_PROCESSING_CALLBACK   0x00000001")
+cpp_quote("#define MFASYNC_SIGNAL_CALLBACK               0x00000002")
+cpp_quote("#define MFASYNC_BLOCKING_CALLBACK             0x00000004")
+cpp_quote("#define MFASYNC_REPLY_CALLBACK                0x00000008")
+cpp_quote("#define MFASYNC_LOCALIZE_REMOTE_CALLBACK      0x00000010")
 
 cpp_quote("#define MFASYNC_CALLBACK_QUEUE_UNDEFINED      0x00000000")
 cpp_quote("#define MFASYNC_CALLBACK_QUEUE_STANDARD       0x00000001")




More information about the wine-cvs mailing list