X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=nucleus%2Flibrary%2Ftimely%2Ftimer_driver.h;fp=nucleus%2Flibrary%2Ftimely%2Ftimer_driver.h;h=26875baed4652edb6520f4eba32d204146248bb6;hp=1cf2932fdd20f5d632988b57c9d91c0c6300063d;hb=de0da7f2f7958d4ba652ff2ef5c79991700141ac;hpb=a4c99c6006b3aa20b5f65f02c2d30db7e790083a diff --git a/nucleus/library/timely/timer_driver.h b/nucleus/library/timely/timer_driver.h index 1cf2932f..26875bae 100644 --- a/nucleus/library/timely/timer_driver.h +++ b/nucleus/library/timely/timer_driver.h @@ -69,10 +69,12 @@ public: // internal methods. +/* #if defined(_MSC_VER) basis::un_int *real_timer_id(); //!< provides the timer id for comparison on windows platforms. #endif +*/ void handle_system_timer(); //!< invoked by the OS timer support and must be called by main thread.