Leaked source code of windows server 2003
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

  1. /******************************Module*Header*******************************\
  2. * Module Name: wndstuff.rc
  3. *
  4. * Created: 09-Dec-1992 10:50:23
  5. * Author: Kirk Olynyk [kirko]
  6. *
  7. * Copyright (c) 1991 Microsoft Corporation
  8. *
  9. \**************************************************************************/
  10. #include "wndstuff.h"
  11. MainMenu MENU
  12. BEGIN
  13. MENUITEM "&Test", MM_TEST
  14. END