Difference for arch/win32/init.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 6
 
Line 6
 #include <mmsystem.h>  #include <mmsystem.h>
 #include "args.h"  #include "args.h"
 #include "resource.h"  #include "resource.h"
   #include "timer.h"
   
 #ifndef NDEBUG  #ifndef NDEBUG
 #ifdef _MSC_VER  #ifdef _MSC_VER
Line 192
 
Line 193
   
  SetPriorityClass(GetCurrentProcess(),HIGH_PRIORITY_CLASS);   SetPriorityClass(GetCurrentProcess(),HIGH_PRIORITY_CLASS);
   
    timer_init();
  key_init();   key_init();
  mouse_init();   mouse_init();
 //added/changed 3/7/99 Owen Evans (next line)  //added/changed 3/7/99 Owen Evans (next line)

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6