=== 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;
This commit is contained in:
2006-06-28 17:46:46 +00:00
parent 9ac6482f85
commit 7dc92c6b25
3 changed files with 3 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ struct rctf;
#include "BDR_editobject.h"
#include "BDR_editcurve.h"
#include "BDR_drawobject.h"
#include "MEM_guardedalloc.h"