Diff for /xmil/win9x/menu.cpp between versions 1.8 and 1.10

version 1.8, 2004/08/08 09:12:06 version 1.10, 2004/08/10 08:28:49
Line 113  void menu_initialize(void) { Line 113  void menu_initialize(void) {
         hMenu = GetMenu(hWndMain);          hMenu = GetMenu(hWndMain);
         if (xmiloscfg.Z80SAVE) {          if (xmiloscfg.Z80SAVE) {
                 hSubMenu = GetSubMenu(hMenu, 7);                  hSubMenu = GetSubMenu(hMenu, 7);
                 insertresmenu(hSubMenu, 7, MF_BYPOSITION | MF_STRING,                  insertresmenu(hSubMenu, 6, MF_BYPOSITION | MF_STRING,
                                                                                                 IDM_Z80SAVE, IDS_Z80SAVE);                                                                                                  IDM_Z80SAVE, IDS_Z80SAVE);
         }          }
 #if defined(SUPPORT_WAVEREC)  #if defined(SUPPORT_WAVEREC)

Removed from v.1.8  
changed lines
  Added in v.1.10


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