diff osdep/timer-win2.c @ 12954:f9755d9c479a

Native darwin timer update. Patch by Dan Christiansen <danchr@daimi.au.dk>
author wight
date Wed, 04 Aug 2004 15:48:43 +0000
parents 1d5205bab61a
children 8df85ad26746
line wrap: on
line diff
--- a/osdep/timer-win2.c	Wed Aug 04 13:36:56 2004 +0000
+++ b/osdep/timer-win2.c	Wed Aug 04 15:48:43 2004 +0000
@@ -4,6 +4,8 @@
 #include <mmsystem.h>
 #include "timer.h"
 
+const char *timer_name = "Windows native";
+
 // Returns current time in microseconds
 unsigned int GetTimer(){
   return timeGetTime() * 1000;