From c71ace02c24987c7929e9510c2212692b7ac7649 Mon Sep 17 00:00:00 2001 From: Joseph Eagar Date: Sat, 23 Jan 2010 11:32:21 +0000 Subject: accidentally commited a patch that modifies wait_timeout, which I've not thourougly tested, but I'm not reverting it since it's needed to make msvc compile. it's only used if compiling with windows anyway. patch by mitchel stokes. --- source/blender/blenlib/intern/threads.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/threads.c b/source/blender/blenlib/intern/threads.c index ad89a61a2a7..610984f2d9c 100644 --- a/source/blender/blenlib/intern/threads.c +++ b/source/blender/blenlib/intern/threads.c @@ -541,6 +541,7 @@ static void wait_timeout(struct timespec *timeout, int ms) timeout->tv_nsec = x*1000; #else + /*XXX test me*/ time_t now; ldiv_t div_result; long x; -- cgit v1.2.3