Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2008-02-20 04:12:21 +0300
committerMatt Ebb <matt@mke3.net>2008-02-20 04:12:21 +0300
commit53590faba147fd237913bd0b816e075bd0187bbf (patch)
tree29cb9039db163366cc3578f459a247c36142e5a6 /source/blender/blenlib
parentabb21870c411218ae3bc748317fc73ee46094aa8 (diff)
* Added include for auto-threads to compile on Windows
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/threads.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/threads.c b/source/blender/blenlib/intern/threads.c
index d82d68ff67b..59951de617b 100644
--- a/source/blender/blenlib/intern/threads.c
+++ b/source/blender/blenlib/intern/threads.c
@@ -39,6 +39,10 @@
#include "BLI_blenlib.h"
#include "BLI_threads.h"
+#ifdef WIN32
+#include "Windows.h"
+#endif
+
/* ********** basic thread control API ************