You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
395 B
16 lines
395 B
/******************************Module*Header*******************************\
|
|
* Module Name: wndstuff.rc
|
|
*
|
|
* Created: 09-Dec-1992 10:50:23
|
|
* Author: Kirk Olynyk [kirko]
|
|
*
|
|
* Copyright (c) 1991 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#include "wndstuff.h"
|
|
|
|
MainMenu MENU
|
|
BEGIN
|
|
MENUITEM "&Test", MM_TEST
|
|
END
|