Win64: compiles fine with scons with gcc now

This commit is contained in:
Daniel Genrich 2008-08-17 17:22:10 +00:00
parent 62845c3d52
commit 0c5adb7504
3 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,7 @@
extern "C" {
#endif
#include "BLO_sys_types.h" // for intptr_t support
typedef int (GetRowFn)(LogImageFile* logImage, unsigned short* row, int lineNum);
typedef int (SetRowFn)(LogImageFile* logImage, const unsigned short* row, int lineNum);

View File

@ -39,6 +39,8 @@
#include "IMB_allocimbuf.h"
#include "IMB_filter.h"
#include "BLO_sys_types.h" // for intptr_t support
/************************************************************************/
/* SCALING */
/************************************************************************/

View File

@ -5,6 +5,8 @@
#ifdef __cplusplus
extern "C" {
#endif
#include "BLO_sys_types.h" // for intptr_t support
typedef void ParamHandle; /* handle to a set of charts */
typedef intptr_t ParamKey; /* (hash) key for identifying verts and faces */