feat: update pattern
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user