Diff for /np2/win9x/np2.cpp between versions 1.45 and 1.47

version 1.45, 2004/03/25 08:51:24 version 1.47, 2004/03/31 14:02:51
Line 776  static void np2cmd(HWND hWnd, UINT16 cmd Line 776  static void np2cmd(HWND hWnd, UINT16 cmd
                         dialog_writebmp(hWnd);                          dialog_writebmp(hWnd);
                         winuileave();                          winuileave();
                         break;                          break;
   #if defined(SUPPPORT_S98)
                 case IDM_S98LOGGING:                  case IDM_S98LOGGING:
                         winuienter();                          winuienter();
                         dialog_s98(hWnd);                          dialog_s98(hWnd);
                         winuileave();                          winuileave();
                         break;                          break;
   #endif
 #if defined(SUPPORT_WAVEREC)  #if defined(SUPPORT_WAVEREC)
                 case IDM_WAVEREC:                  case IDM_WAVEREC:
                         winuienter();                          winuienter();
Line 1687  int WINAPI WinMain(HINSTANCE hInstance,  Line 1688  int WINAPI WinMain(HINSTANCE hInstance, 
                 kdispwin_writeini();                  kdispwin_writeini();
                 skbdwin_writeini();                  skbdwin_writeini();
         }          }
           skbdwin_deinitialize();
   
         TRACETERM();          TRACETERM();
         _MEM_USED("report.txt");          _MEM_USED("report.txt");

Removed from v.1.45  
changed lines
  Added in v.1.47


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