mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
8ff278d25e
Added support for FADF_HAVEIID, FADF_RECORD, FADF_HAVEVARTYPE. Implemented SafeArrayAllocDescriptorEx and SafeArrayGetVarType correctly. Fixed second argument of SafeArrayCopyData (it is just SAFEARRAY*). Changed allocation to include 16 bytes before the SAFEARRAY (to store IID/VARTYPE/IRecordInfo*). VARTYPE -> size array was not indexed correctly. Added lots of testcases for most functionality. Added IRecordInfo interface definition.
16 lines
233 B
Makefile
16 lines
233 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = oleaut32.dll
|
|
IMPORTS = oleaut32
|
|
EXTRALIBS = $(LIBUUID)
|
|
|
|
CTESTS = \
|
|
safearray.c \
|
|
vartest.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|