=== 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:
@@ -526,6 +526,7 @@ void quicktime_exit(void);
|
||||
#endif //WITH_QUICKTIME
|
||||
|
||||
/* intern/dynlibtiff.c */
|
||||
void libtiff_init(void);
|
||||
void libtiff_exit(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -83,6 +83,7 @@ struct rctf;
|
||||
|
||||
#include "BDR_editobject.h"
|
||||
#include "BDR_editcurve.h"
|
||||
#include "BDR_drawobject.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user