|
|
|
@@ -608,7 +608,7 @@ struct HighResolutionTimer::Pimpl |
|
|
|
const int actualPeriod = jlimit ((int) tc.wPeriodMin, (int) tc.wPeriodMax, newPeriod);
|
|
|
|
|
|
|
|
timerID = timeSetEvent (actualPeriod, tc.wPeriodMin, callbackFunction, (DWORD_PTR) this,
|
|
|
|
TIME_PERIODIC | TIME_CALLBACK_FUNCTION | TIME_KILL_SYNCHRONOUS);
|
|
|
|
TIME_PERIODIC | TIME_CALLBACK_FUNCTION | 0x100 /*TIME_KILL_SYNCHRONOUS*/);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|