I couldnt get the necessary info on it from msdn.<br>
Ill be sending a new patch for with the change for _getsystemtime<br><br><div><span class="gmail_quote">On 9/19/05, <b class="gmail_sendername">Dmitry Timoshkov</b> &lt;<a href="mailto:dmitry@baikal.ru">dmitry@baikal.ru</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Vijay Kiran Kamuju &lt;<a href="mailto:infyquest@gmail.com">infyquest@gmail.com
</a>&gt; wrote:<br><br>&gt; added reference to kernel32.GetLocalTime to _getsystime stub function<br>&gt; (<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;99456">support.microsoft.com/default.aspx?scid=kb;en-us;99456
</a>)<br><br>&gt; -@ stub _getsystime #(ptr)<br>&gt; +@ cdecl _getsystime(ptr) kernel32.GetLocalTime<br><br>You can't just forward _getsystime to GetLocalTime, they accept different<br>arguments: struct tm * vs. SYSTEMTIME *. Have a look at your MSVC docs.
<br><br>--<br>Dmitry.<br><br></blockquote></div><br>