Diff for /np2/macosx/np2.cpp between versions 1.21 and 1.22

version 1.21, 2003/10/25 16:52:58 version 1.22, 2003/10/25 21:28:14
Line 30 Line 30
 #include        "mousemng.h"  #include        "mousemng.h"
 #include        "configure.h"  #include        "configure.h"
 #include        "screenopt.h"  #include        "screenopt.h"
   #include        "soundopt.h"
   
   
 #define USE_RESUME  #define USE_RESUME
Line 312  static void HandleMenuChoice(long wParam Line 313  static void HandleMenuChoice(long wParam
             sysmng_update(SYS_UPDATECFG);              sysmng_update(SYS_UPDATECFG);
             toggleMenubar();              toggleMenubar();
                         break;                          break;
               
           case IDM_SOUNDOPT:
               initSoundOpt();
               break;
 #endif  #endif
   
                 case IDM_KEY:                  case IDM_KEY:

Removed from v.1.21  
changed lines
  Added in v.1.22


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