fix cm
This commit is contained in:
parent
85332a6245
commit
88c8da5402
@ -1322,5 +1322,6 @@ pub fn get_win_key_state() -> bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn quit_gui() {
|
pub fn quit_gui() {
|
||||||
unsafe { PostQuitMessage(0) };
|
std::process::exit(0);
|
||||||
|
// unsafe { PostQuitMessage(0) }; // some how not work
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user