[PATCH 1/2] msvcp110: Add _File_size implementation and test.

Piotr Caban piotr.caban at gmail.com
Wed May 27 05:42:01 CDT 2015


> +    ok(val == 519396075520 || broken(val == 0), "file_size is %llu\n",
> val); /* not enough storage on the testbots */
I've missed one more thing. Please don't use %llu format in printf. You 
can see how to print the value in msvcp90/tests/ios.c file.



More information about the wine-devel mailing list