summaryrefslogtreecommitdiff
path: root/lib/common/BoxTime.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-11-17 00:54:04 +0000
committerChris Wilson <chris+github@qwirx.com>2012-11-17 00:54:04 +0000
commitea2f013734a6ff260c935181e4d194ee6bba8e9a (patch)
treeaa892b15ec844c69f7964a88fae65a91d116eb25 /lib/common/BoxTime.h
parent2c094f82ae5964b8b448634045576f145c370ca2 (diff)
Fix timer miscalculation on Windows.
Diffstat (limited to 'lib/common/BoxTime.h')
-rw-r--r--lib/common/BoxTime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/BoxTime.h b/lib/common/BoxTime.h
index dfc40263..3108d809 100644
--- a/lib/common/BoxTime.h
+++ b/lib/common/BoxTime.h
@@ -18,6 +18,7 @@ typedef int64_t box_time_t;
#define NANO_SEC_IN_USEC_LL (1000LL)
#define MICRO_SEC_IN_SEC (1000000)
#define MICRO_SEC_IN_SEC_LL (1000000LL)
+#define MICRO_SEC_IN_MILLI_SEC (1000)
#define MILLI_SEC_IN_SEC (1000)
#define MILLI_SEC_IN_SEC_LL (1000LL)