Diff for /np2/win9x/menu.cpp between versions 1.23 and 1.24

version 1.23, 2005/03/24 01:42:46 version 1.24, 2005/05/17 00:51:38
Line 286  void xmenu_initialize(void) { Line 286  void xmenu_initialize(void) {
   
         hMenu = np2class_gethmenu(hWndMain);          hMenu = np2class_gethmenu(hWndMain);
         if (np2oscfg.I286SAVE) {          if (np2oscfg.I286SAVE) {
                 hSubMenu = GetSubMenu(hMenu, 4);                  hSubMenu = GetSubMenu(hMenu, 3);
                 insertresmenu(hSubMenu, 10, MF_BYPOSITION | MF_STRING,                  insertresmenu(hSubMenu, 10, MF_BYPOSITION | MF_STRING,
                                                                                                 IDM_CPUSAVE, IDS_CPUSAVE);                                                                                                  IDM_CPUSAVE, IDS_CPUSAVE);
         }          }
 #if defined(SUPPORT_WAVEREC)  #if defined(SUPPORT_WAVEREC)
         hSubMenu = GetSubMenu(hMenu, 4);          hSubMenu = GetSubMenu(hMenu, 3);
         insertresmenu(hSubMenu, 2, MF_BYPOSITION | MF_STRING,          insertresmenu(hSubMenu, 2, MF_BYPOSITION | MF_STRING,
                                                                                                 IDM_WAVEREC, IDS_WAVEREC);                                                                                                  IDM_WAVEREC, IDS_WAVEREC);
 #endif  #endif

Removed from v.1.23  
changed lines
  Added in v.1.24


RetroPC.NET-CVS <cvs@retropc.net>