summaryrefslogtreecommitdiffstats
path: root/osdep/timer-win2.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer-win2.c')
-rw-r--r--osdep/timer-win2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/timer-win2.c b/osdep/timer-win2.c
index 7f31126790..2f0b5c3075 100644
--- a/osdep/timer-win2.c
+++ b/osdep/timer-win2.c
@@ -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;