You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use windows::{Win32::Foundation::*,Win32::System::Console::*};fnmain(){unsafe{SetConsoleCtrlHandler(Some(callback),true).unwrap();}}unsafeextern"system"fncallback(_ctrltype:u32) -> BOOL{BOOL(1)}
The param "lptimerfunc" type "TIMERPROC" of SetTimer is option itself, I think it is repeated.
Originally posted by @liqh99em in #3368 (comment)
The text was updated successfully, but these errors were encountered: