reactos/rostests/apitests/atl/testlist.c
Thomas Faber 237a82dc51 [ATL]
- Add CComHeapPtr implementation and tests. Patch by Mark Jansen.
CORE-10344 #resolve

svn path=/trunk/; revision=69593
2015-10-18 10:46:11 +00:00

11 lines
177 B
C

#define STANDALONE
#include <apitest.h>
extern void func_CComHeapPtr(void);
const struct test winetest_testlist[] =
{
{ "CComHeapPtr", func_CComHeapPtr },
{ 0, 0 }
};