<p><br>
On Jun 2, 2012 6:33 AM, "John Chapman" <<a href="mailto:johnch_atms@hotmail.com">johnch_atms@hotmail.com</a>> wrote:<br>
><br>
> On Saturday, 2 June 2012 at 10:11:02 UTC, Godlike wrote:<br>
>><br>
>> On Saturday, 2 June 2012 at 10:00:07 UTC, Martin Nowak wrote:<br>
><br>
> Just add these declarations to the appropriate module:<br>
><br>
> extern(Windows) {<br>
><br>
> alias void function(HWND, uint, uint, uint) TIMERPROC;<br>
><br>
> uint SetTimer(HWND hWnd, uint uIDEvent, uint uElapse, TIMERPROC lpTimerFunc);<br>
><br>
> BOOL KillTimer(HWND hWnd, uint uIDEvent);<br>
> }</p>
<p>Better yet, put them into std.windows and submit a pull request :P </p>