I got an parse error when gcc compiler the itoa.c
that is because it does not know __int64 type ..
I try to define it in the _mingw.h , well it still failed..
it will pass when I define it in the itoa.c code...
Any other switch to enable the definition for __int64 ??
Thanks...
-SC
|