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:
authorJoseph Gilbert <ascotan@gmail.com>2005-09-22 23:48:26 +0400
committerJoseph Gilbert <ascotan@gmail.com>2005-09-22 23:48:26 +0400
commit942eb67b4018ee06b0c2b4908770992552b28d7f (patch)
tree6489c247799c9d315193668b26a6e3b8dc71e693 /source/blender/src/fluidsim.c
parentaec7821c2dc3b575b93d69bf9dff026687817594 (diff)
Warnings fix for windows.
Diffstat (limited to 'source/blender/src/fluidsim.c')
-rw-r--r--source/blender/src/fluidsim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/fluidsim.c b/source/blender/src/fluidsim.c
index f5f1b642240..164c3132962 100644
--- a/source/blender/src/fluidsim.c
+++ b/source/blender/src/fluidsim.c
@@ -83,7 +83,7 @@
#include <sys/stat.h>
#ifdef WIN32 /* Windos */
-#include "BLI_winstuff.h"
+//#include "BLI_winstuff.h"
#ifndef snprintf
#define snprintf _snprintf
#endif