More msvcrt scanf tests

Alexandre Julliard julliard at winehq.org
Mon Feb 23 19:12:09 CST 2004


Uwe Bonnes <bon at 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 at winehq.org



More information about the wine-devel mailing list