Merge branch 'release-2.140.136'
[feisty_meow.git] / nucleus / library / timely / timer_driver.h
index 1cf2932fdd20f5d632988b57c9d91c0c6300063d..26875baed4652edb6520f4eba32d204146248bb6 100644 (file)
@@ -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.