More msvcrt scanf tests

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Tue Feb 24 10:09:06 CST 2004


>>>>> "Robert" == Robert Shearman <R.J.Shearman at warwick.ac.uk> writes:

    Robert> Uwe Bonnes wrote:
    >>
    Alexandre> Long long constants are not portable, you need to compute
    Alexandre> them from long constants.
    >>  The wine code is sprankled with LONGLONG constants, e.g.:
    >> 
    >> dlls/oleaut32/variant.c: LONGLONG lVal = -1;
    >> 

    Robert> He means constants like 0x12345689LL. You have to do this
    Robert> instead: (LONGLONG)0x1 << 32 | (LONGLONG)0x23456789.

Okay!.

Any hint how to do for this for decimal numbers?

-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------



More information about the wine-devel mailing list