Diff for /np2/win9xc/trace.cpp between versions 1.3 and 1.5

version 1.3, 2003/11/14 07:37:29 version 1.5, 2004/01/15 07:23:35
Line 249  void trace_init(void) { Line 249  void trace_init(void) {
                 }                  }
         }          }
   
         tracewin.en = 1;          tracewin.en = 0;
         tracewin.fh = FILEH_INVALID;          tracewin.fh = FILEH_INVALID;
   
         tracecfg.posx = CW_USEDEFAULT;          tracecfg.posx = CW_USEDEFAULT;
Line 270  void trace_init(void) { Line 270  void trace_init(void) {
         }          }
         ShowWindow(hwnd, SW_SHOW);          ShowWindow(hwnd, SW_SHOW);
         UpdateWindow(hwnd);          UpdateWindow(hwnd);
           trace_fmt("start debugging...");
 }  }
   
 void trace_term(void) {  void trace_term(void) {

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


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