feat: update pattern

This commit is contained in:
amizing25
2026-07-16 16:56:23 +07:00
parent 1ec60097a6
commit 8ed8c7c443
3 changed files with 13 additions and 24 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ use windows::Win32::{
#[unsafe(no_mangle)]
#[allow(non_snake_case, unused_variables)]
extern "cdecl" fn Initialize() -> bool {
extern "C" fn Initialize() -> bool {
std::thread::sleep(std::time::Duration::from_secs(2));
unsafe {