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


version 1.5 version 1.6
Line 55
 
Line 55
  #endif   #endif
  #endif   #endif
   
  InitMain ();  
 }  }
   
 void arch_init()  void arch_init()
 {  {
  //SetPriorityClass (GetCurrentProcess(),HIGH_PRIORITY_CLASS);   //SetPriorityClass (GetCurrentProcess(),HIGH_PRIORITY_CLASS);
    InitMain ();
   
  timer_init ();   timer_init ();
  key_init();   key_init();

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