Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> writes:
> + todo_wine ok(strstr(buffer,"e+008") != 0,"Sprintf different \"%s\"\n",buffer);
> + sprintf(buffer,I64x,(ULONGLONG)0xffffffffffffffff);
Long long constants are not portable, you need to compute them from
long constants.
--
Alexandre Julliard
julliard(a)winehq.org