[PATCH] ole32: Don't try to unregister window class if it was never registered.

Jacek Caban jacek at codeweavers.com
Fri Jun 1 13:51:24 CDT 2018


UnregisterClass may load display driver, which is may be problematic
inside DLL_PROCESS_DETACH (esp. in Android drivers, which imports ole32
itself).

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
 dlls/ole32/compobj.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ole32-Don-t-try-to-unregister-window-class-if-it-was-.diff
Type: text/x-patch
Size: 1305 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180601/0d987a72/attachment.bin>


More information about the wine-devel mailing list