wine/dlls/oleaut32/tests
Rémi Bernon 76e7f030fe oleaut32: Allocate a full pointer when unmarshalling byref arrays.
Instead of the 4 bytes array wire size returned by get_type_size,
which will truncate the pointer on 64-bit.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54562
2023-02-27 10:59:19 +01:00
..
dispatch.c
Makefile.in
olefont.c
olepicture.c
safearray.c oleaut32/safearray: Fix an error code when trying to redim fixed arrays. 2022-11-23 17:59:47 +01:00
test_reg.idl
test_simple.idl
test_tlb.idl
tmarshal.c oleaut32: Manually construct a stub buffer for dispinterfaces. 2023-02-08 09:00:15 +01:00
tmarshal.idl
tmarshal.rc
typelib.c oleaut32: Fix printf format warnings on ARM platforms. 2022-12-08 18:11:23 +01:00
usrmarshal.c oleaut32: Allocate a full pointer when unmarshalling byref arrays. 2023-02-27 10:59:19 +01:00
varformat.c oleaut32/tests: Add a test for VT_NULL input for VarFormatDateTime(). 2022-11-17 09:57:45 +01:00
vartest.c oleaut32: Fix VarAbs function for BSTR with positive values. 2023-02-15 10:19:59 +01:00
vartype.c