[PATCH] msvcp120: Implemented xtime functions. (try 2)

Yifu Wang YWang at esri.com
Wed Jan 7 11:54:50 CST 2015


Oops :) I have changed those to MILLISEC and resent the patch.

Thanks,
Yifu

-----Original Message-----
From: Alexandre Julliard [mailto:julliard at winehq.org] 
Sent: Wednesday, January 07, 2015 9:16 AM
To: Yifu Wang
Cc: wine-devel at winehq.org
Subject: Re: [PATCH] msvcp120: Implemented xtime functions. (try 2)

Yifu Wang <YWang at esri.com> writes:

> @@ -33,6 +33,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(msvcp);
>  #define SECS_1601_TO_1970 ((369 * 365 + 89) * (ULONGLONG)SECSPERDAY)  
> #define TICKSPERSEC 10000000  #define TICKS_1601_TO_1970 
> (SECS_1601_TO_1970 * TICKSPERSEC)
> +#define NANOSEC_PER_MICROSEC 1000000
> +#define MICROSEC_PER_SEC 1000

Something's not quite right here ;-)

--
Alexandre Julliard
julliard at winehq.org




More information about the wine-devel mailing list