Vincent Béron vberon@mecano.gme.usherb.ca writes:
This was in msvcrt/stdlib.h since version 1.1, probably straight from mingw. It caused some problems because div_t is a structure, not a long long (same thing for ldiv_t).
Changelog: Fixed the definition of div/ldiv.
This won't work, the calling sequence on i386 is not compatible. I'm not sure there's a good solution for that one...