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