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:
authorAndrea Weikert <elubie@gmx.net>2006-06-28 21:46:46 +0400
committerAndrea Weikert <elubie@gmx.net>2006-06-28 21:46:46 +0400
commit7dc92c6b259400a748ec79896c99314597dd98e3 (patch)
treeb98ac8c635e49c458c2d41ce374ca9170a9898c0 /source/blender/imbuf/IMB_imbuf.h
parent9ac6482f8509f8815a1adc270ec583db0e253bd9 (diff)
=== warnings cleanup ===
added missing includes for undefined symbols in windows release build warnings: creator.c(490) : 'libtiff_init' undefined; transform_manipulator.c(237) : 'EM_editselection_center' undefined; src\transform_manipulator.c(241) : 'EM_editselection_normal' undefined; transform_manipulator.c(242) : 'EM_editselection_plane' undefined; \python\api2_2x\Object.c(3658) : 'get_local_bounds' undefined;
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h
index c4141b0a868..c55e353ee6c 100644
--- a/source/blender/imbuf/IMB_imbuf.h
+++ b/source/blender/imbuf/IMB_imbuf.h
@@ -526,6 +526,7 @@ void quicktime_exit(void);
#endif //WITH_QUICKTIME
/* intern/dynlibtiff.c */
+void libtiff_init(void);
void libtiff_exit(void);
#endif