windows-nt/Source/XPSP1/NT/base/mvdm/wow16/test/hello/hello.rc
2020-09-26 16:20:57 +08:00

15 lines
336 B
Plaintext

#include "hello.h"
WOW MENU
BEGIN
POPUP "&Test"
BEGIN
MENUITEM "&Breakpoint", IDM_BREAKPOINT
MENUITEM "&EnumWindows", IDM_ENUMWINDOWS
MENUITEM "Enum&ChildWindows", IDM_ENUMCHILDWINDOWS
MENUITEM "Enum&TaskWindows", IDM_ENUMTASKWINDOWS
END
END
#include "hello.rcv"