Hi,
This patch is made against the amd64 branch (bokeoa-64bit-branch). It changes the INT32==long to INT32==int32_t which should solve quite a lot of problems (it already solve one in quspline.cpp).
Logged In: YES user_id=122014 Originator: YES
Change INT32 definition for an easier 64bits por
Logged In: YES user_id=1515161 Originator: NO
Partially included in 1.03. inttypes.h doesn't exist for windows, so changing INT32 to int, (which is what I always thought it should be).
Log in to post a comment.
Logged In: YES
user_id=122014
Originator: YES
Change INT32 definition for an easier 64bits por
Logged In: YES
user_id=1515161
Originator: NO
Partially included in 1.03. inttypes.h doesn't exist for windows, so changing INT32 to int, (which is what I always thought it should be).