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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-03-19 20:15:25 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2005-03-19 20:15:25 +0300
commit0d1738e285c079a03fb9c0a2f5a68c0a1b38939f (patch)
tree13b3146a106645f9e1cac17ba7d19f8426c45735 /source/blender/python/api2_2x/sceneRender.c
parent1ec0238bd6364da1b6f1c455e1116f9fdc8859cf (diff)
Fix for building on win32
Diffstat (limited to 'source/blender/python/api2_2x/sceneRender.c')
-rw-r--r--source/blender/python/api2_2x/sceneRender.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/sceneRender.c b/source/blender/python/api2_2x/sceneRender.c
index f5de8a1c4d5..2ca59446870 100644
--- a/source/blender/python/api2_2x/sceneRender.c
+++ b/source/blender/python/api2_2x/sceneRender.c
@@ -29,6 +29,9 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifdef WIN32
+#include <BLI_winstuff.h>
+#endif
#include <BIF_renderwin.h>
#include <BKE_utildefines.h>