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

Alexandre Julliard julliard at winehq.org
Wed Jan 7 11:16:13 CST 2015


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