mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
1961d708e7
Follow-up to #5634. - Implement CMruBase::_UseEmptySlot. - Implement CMruLongList and CMruShortList. - Add CMruClassFactory class and modify DllGetClassObject function by using it. - Add shdocvw_apitest.exe. CORE-9283
11 lines
165 B
C
11 lines
165 B
C
#define STANDALONE
|
|
#include <apitest.h>
|
|
|
|
extern void func_MRUList(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "MRUList", func_MRUList },
|
|
{ 0, 0 }
|
|
};
|