Diff for /np2/win9x/sysmng.cpp between versions 1.7 and 1.9

version 1.7, 2003/12/08 00:55:34 version 1.9, 2005/02/07 14:46:14
Line 5 Line 5
 #include        "cpucore.h"  #include        "cpucore.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "fddfile.h"  #include        "fddfile.h"
 #if 0  
 #include        "sound.h"  
 #include        "fmboard.h"  
 #endif  
   
         UINT    sys_updates;          UINT    sys_updates;
   
Line 49  BOOL sysmng_workclockrenewal(void) { Line 45  BOOL sysmng_workclockrenewal(void) {
         return(TRUE);          return(TRUE);
 }  }
   
 void sysmng_updatecaption(BYTE flag) {  void sysmng_updatecaption(UINT8 flag) {
   
         char    work[512];          char    work[512];
   

Removed from v.1.7  
changed lines
  Added in v.1.9


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