msvcrt spec changes

Dmitry Timoshkov dmitry at baikal.ru
Mon Sep 19 05:39:43 CDT 2005


Vijay Kiran Kamuju <infyquest at gmail.com> wrote:

> added reference to kernel32.GetLocalTime to _getsystime stub function
> (support.microsoft.com/default.aspx?scid=kb;en-us;99456)

> -@ stub _getsystime #(ptr)
> +@ cdecl _getsystime(ptr) kernel32.GetLocalTime

You can't just forward _getsystime to GetLocalTime, they accept different
arguments: struct tm * vs. SYSTEMTIME *. Have a look at your MSVC docs.

-- 
Dmitry.




More information about the wine-devel mailing list