[ODE] auto-disable patch (yet again)
Russ Smith
russ at q12.org
Thu Apr 22 10:10:07 MST 2004
> A couple more fixes, for Windows...
actually it's already taken care of (i hope). the configurator will now
detect which functions are available and put something like this into
the config.h:
/* available functions */
#define sqrtf sqrt
#define sinf sin
#define cosf cos
#define fabsf fabs
#define atan2f atan2
#define fmodf fmod
#define copysignf copysign
#define copysign _copysign
#define snprintf _snprintf
#define vsnprintf _vsnprintf
i've updated VC6/_configs with the proper defines.
russ.
--
Russell Smith
http://www.q12.org
More information about the ODE
mailing list