mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
c138d3ba98
- Add tests for shell menu classes ( so far only CShellMenu is tested) svn path=/trunk/; revision=60596
13 lines
187 B
C
13 lines
187 B
C
#define __ROS_LONG64__
|
|
|
|
#define STANDALONE
|
|
#include <wine/test.h>
|
|
|
|
extern void func_menu(void);
|
|
|
|
const struct test winetest_testlist[] =
|
|
{
|
|
{ "menu", func_menu },
|
|
|
|
{ 0, 0 }
|
|
};
|