Skip to content

Instantly share code, notes, and snippets.

@noqisofon
Created November 12, 2010 05:34
Show Gist options
  • Save noqisofon/673770 to your computer and use it in GitHub Desktop.
Save noqisofon/673770 to your computer and use it in GitHub Desktop.
タイマーキュー。
typedef HANDLE timer_queue_t;
/**
*
*/
timer_queue_t w32_timer_queue_new()
{
return CreateTimerQueue();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment