Created
November 12, 2010 05:34
-
-
Save noqisofon/673770 to your computer and use it in GitHub Desktop.
タイマーキュー。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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