Jacek Caban : ole32: Make CoInitializeEx hot patchable.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 2 09:47:15 CST 2015


Module: wine
Branch: master
Commit: e4bc220802d35edc94d292077af9585a4929d342
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e4bc220802d35edc94d292077af9585a4929d342

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Nov  2 15:02:33 2015 +0100

ole32: Make CoInitializeEx hot patchable.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ole32/compobj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
index b3c49d3..ffa5dae 100644
--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
@@ -1873,7 +1873,7 @@ HRESULT WINAPI CoInitialize(LPVOID lpReserved)
  * SEE ALSO
  *   CoUninitialize
  */
-HRESULT WINAPI CoInitializeEx(LPVOID lpReserved, DWORD dwCoInit)
+HRESULT WINAPI DECLSPEC_HOTPATCH CoInitializeEx(LPVOID lpReserved, DWORD dwCoInit)
 {
   struct oletls *info = COM_CurrentInfo();
   HRESULT hr = S_OK;




More information about the wine-cvs mailing list