Uwe Bonnes <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
