Re: msvcrt spec changes

2005-09-19 Thread Dmitry Timoshkov
Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > I couldnt get the necessary info on it from msdn. MinGW should have all the necessary info as well. -- Dmitry.

Re: msvcrt spec changes

2005-09-19 Thread Vijay Kiran Kamuju
I couldnt get the necessary info on it from msdn. Ill be sending a new patch for with the change for _getsystemtimeOn 9/19/05, Dmitry Timoshkov <[EMAIL PROTECTED] > wrote:Vijay Kiran Kamuju <[EMAIL PROTECTED] > wrote:> added reference to kernel32.GetLocalTime to _getsystime stub function> (support.

Re: msvcrt spec changes

2005-09-19 Thread Dmitry Timoshkov
Vijay Kiran Kamuju <[EMAIL PROTECTED]> 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 Ge