[PATCH 1/3] api-ms-win-core-crt-l2-1-0: Update time() .spec file entry.

Piotr Caban piotr.caban at gmail.com
Mon Feb 22 09:24:49 CST 2021


Hi Gijs,

On 2/21/21 6:04 PM, Gijs Vermeulen wrote:
> -@ cdecl time(ptr) msvcrt.time
> +@ cdecl -arch=win32 time(ptr) msvcrt.time
There are following time exports in msvcrt.spec file:
@ cdecl -arch=win32 time(ptr) _time32
@ cdecl -arch=win64 time(ptr) _time64
we need to also export time on win64. Current spec file is correct.

Thanks,
Piotr



More information about the wine-devel mailing list