wine/dlls/oleaut32
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
..
tests oleaut32: Allocate a full pointer when unmarshalling byref arrays. 2023-02-27 10:59:19 +01:00
connpt.c
connpt.h
dispatch.c
hash.c
Makefile.in include: Use proper dllimports for OLE functions. 2022-12-07 13:51:37 +01:00
oleaut.c oleaut32: Manually construct a stub buffer for dispinterfaces. 2023-02-08 09:00:15 +01:00
oleaut32.rc
oleaut32.rgs
oleaut32.spec
oleaut32_oaidl.idl
oleaut32_ocidl.idl
olefont.c oleaut32: Use standard C functions for memory allocation in olefont.c. 2022-11-18 14:04:28 +01:00
olepicture.c
olepropframe.c
recinfo.c
resource.h
safearray.c oleaut32/safearray: Fix an error code when trying to redim fixed arrays. 2022-11-23 17:59:47 +01:00
typelib.c oleaut32: Fix A<->W conversion when storing names in typelibs. 2022-12-13 13:20:19 +01:00
typelib.h
usrmarshal.c oleaut32: Allocate a full pointer when unmarshalling byref arrays. 2023-02-27 10:59:19 +01:00
varformat.c
variant.c oleaut32: Fix VarAbs function for BSTR with positive values. 2023-02-15 10:19:59 +01:00
variant.h
vartype.c