Diff for /xmil/MacOSX/xmil.cpp between versions 1.5 and 1.6

version 1.5, 2004/08/14 08:15:57 version 1.6, 2004/08/15 11:00:51
Line 27 Line 27
 #if defined(SUPPORT_RESUME) || defined(SUPPORT_STATSAVE)  #if defined(SUPPORT_RESUME) || defined(SUPPORT_STATSAVE)
 #include        "statsave.h"  #include        "statsave.h"
 #endif  #endif
   #include "CarbonAboutBox.h"
   
 // #define      USE_RESUME  // #define      USE_RESUME
   
Line 137  static void InitToolBox(void) { Line 137  static void InitToolBox(void) {
   
         AEInstallEventHandler(kCoreEventClass, kAEQuitApplication,          AEInstallEventHandler(kCoreEventClass, kAEQuitApplication,
                                                 AEProc(handleQuitApp), 0L, false);                                                  AEProc(handleQuitApp), 0L, false);
                                                   
           InitCarbonAboutBox();
 }  }
   
 static void MenuBarInit(void) {  static void MenuBarInit(void) {
Line 191  static void HandleMenuChoice(long wParam Line 193  static void HandleMenuChoice(long wParam
   
         update = 0;          update = 0;
         switch(wParam) {          switch(wParam) {
   #if 0
                 case IDM_ABOUT:                  case IDM_ABOUT:
                         AboutDialogProc();                          AboutDialogProc();
                         break;                          break;
   #endif
                 case IDM_IPLRESET:                  case IDM_IPLRESET:
                         pccore_reset();                          pccore_reset();
                         break;                          break;

Removed from v.1.5  
changed lines
  Added in v.1.6


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