On November 21, 2002 07:08 pm, Francois Gouget wrote:
That would work, but it's worse. I checked with Visual C++ and you need:
-D__int8=char -D__int16=short -D__int32=int "-D__int64=long long"
Well, that's fine. Is this fix acceptable? In that case, we should get rid of the #defines from the headers, and include these in the Makefile.
Alexandre, are you cool with such a thing?