Difference for arch/win32/glinit.c from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 //nothing to do, everything is in wgl.c.  Just some empty funcs to make it happy. -MM  //nothing to do, everything is in wgl.c.  Just some empty funcs to make it happy. -MM
   // Ok, I guess there is ONE thing to do. -MM
   #include "timer.h"
   
 void arch_init_start()  void arch_init_start()
 {  {
 }  }
 void arch_init()  void arch_init()
 {  {
    timer_init();
 }  }

Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4