wine/dlls/wbemprox
Giovanni Mascellani 798fbd4205 wbemprox: Do not call Release() inside wbemprox_cf_CreateInstance().
The Ubisoft overlay version 135 hot patches and hooks wbem_locator_Release(),
but crashes if Release() is called inside CoCreateInstance(), a condition
that doesn't appear to happen on Windows. So we try to exhibit the
same behavior.
2023-02-06 10:11:19 +01:00
..
tests wbemprox: Implement GetBinaryValue() method. 2023-01-26 22:05:13 +01:00
builtin.c wbemprox: Recognize Windows 11. 2023-02-02 18:08:48 +01:00
class.c
main.c wbemprox: Do not call Release() inside wbemprox_cf_CreateInstance(). 2023-02-06 10:11:19 +01:00
Makefile.in
process.c
qualifier.c
query.c wbemprox: WQL string comparisons are case insensitive. 2022-10-26 15:03:05 +02:00
reg.c wbemprox: Remove reg_ prefix from static functions. 2023-01-26 22:05:13 +01:00
security.c
service.c
services.c wbemprox: Do not call Release() inside wbemprox_cf_CreateInstance(). 2023-02-06 10:11:19 +01:00
sysrestore.c
table.c
wbemlocator.c wbemprox: Do not call Release() inside wbemprox_cf_CreateInstance(). 2023-02-06 10:11:19 +01:00
wbemprox.idl
wbemprox.spec
wbemprox_private.h wbemprox: Do not call Release() inside wbemprox_cf_CreateInstance(). 2023-02-06 10:11:19 +01:00
wql.y