Sweden-Number/dlls/oleaut32
Francois Gouget 6763ed84cf oleaut32: Fix a trace containing a null character.
printf("%c Hello\n", 0) works but not TRACE("%c Hello\n", 0) because the
string is formatted before printing.
Work around the issue with wine_dbgstr_w().

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-07 21:07:45 +02:00
..
tests oleaut32: Added ICreateTypeInfo2::DeleteFuncDesc(). 2021-02-05 15:38:22 +01:00
Makefile.in
connpt.c
connpt.h
dispatch.c
hash.c
oleaut.c winecrt0: Add a default implementation for DllCanUnloadNow(). 2021-04-30 22:59:50 +02:00
oleaut32.rc
oleaut32.rgs
oleaut32.spec
oleaut32_oaidl.idl
oleaut32_ocidl.idl
olefont.c
olepicture.c
olepropframe.c
recinfo.c
resource.h
safearray.c
typelib.c oleaut32: ICreateTypeInfo2::AddVarDesc() should handle failure of allocation and initialization of a variant description. 2021-07-01 22:34:31 +02:00
typelib.h
usrmarshal.c
varformat.c oleaut32: Handle preformatted strings in VarFormatCurrency(). 2021-02-05 15:38:22 +01:00
variant.c oleaut32: Fix a trace containing a null character. 2021-07-07 21:07:45 +02:00
variant.h
vartype.c oleaut32: Fix Var*FromDec() prototypes. 2021-03-02 17:55:34 +01:00