From 7dc92c6b259400a748ec79896c99314597dd98e3 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Wed, 28 Jun 2006 17:46:46 +0000 Subject: === 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; --- source/blender/imbuf/IMB_imbuf.h | 1 + source/blender/python/api2_2x/Object.c | 1 + source/blender/src/transform_manipulator.c | 1 + 3 files changed, 3 insertions(+) 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 diff --git a/source/blender/python/api2_2x/Object.c b/source/blender/python/api2_2x/Object.c index 1fc2bf8bcb8..221b9c724a0 100644 --- a/source/blender/python/api2_2x/Object.c +++ b/source/blender/python/api2_2x/Object.c @@ -83,6 +83,7 @@ struct rctf; #include "BDR_editobject.h" #include "BDR_editcurve.h" +#include "BDR_drawobject.h" #include "MEM_guardedalloc.h" diff --git a/source/blender/src/transform_manipulator.c b/source/blender/src/transform_manipulator.c index 97a6ad227cc..406237936db 100644 --- a/source/blender/src/transform_manipulator.c +++ b/source/blender/src/transform_manipulator.c @@ -75,6 +75,7 @@ #include "BIF_screen.h" #include "BIF_space.h" #include "BIF_transform.h" +#include "BIF_editmesh.h" #include "BSE_edit.h" #include "BSE_view.h" -- cgit v1.2.3