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:
authorJens Ole Wund <bjornmose@gmx.net>2005-05-01 02:52:00 +0400
committerJens Ole Wund <bjornmose@gmx.net>2005-05-01 02:52:00 +0400
commit2577c4e915c8146b6df79bfd901d0f8e9f7574f1 (patch)
tree45a0373e5228b5e03350ac554a394ba52ea639ba /source/blender/blenkernel
parent79e333343b2aacd17126a4b2d7415ecda0977b05 (diff)
Updated MSVC6 projects to handle depgraph (added some files)
fixed some *includes* with #ifdef WIN32 #elif #include <sys/time.h> #endif looks like MSVC6 does not need that include .. donno if cygwin builds will so thats why i kept that *ifdef overhead*
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/scene.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index 1d7bb7e5f47..b280a9bb017 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -87,8 +87,10 @@
#include "BKE_depsgraph.h"
+#ifdef WIN32
+#elif
#include <sys/time.h>
-
+#endif
void free_avicodecdata(AviCodecData *acd)
{