beerpsi 2023-12-25 23:36:02 +07:00
parent 708980b6f8
commit 4699db1b27
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ extern "system" fn DllMain(_dll_module: HINSTANCE, call_reason: DWORD, _reserved
#[no_mangle]
pub extern "C" fn chuni_io_get_api_version() -> u16 {
0x0101
0x0102
}
#[no_mangle]

View File

@ -42,7 +42,7 @@ extern "system" fn DllMain(_dll_module: HINSTANCE, call_reason: DWORD, _reserved
#[no_mangle]
pub extern "C" fn chuni_io_get_api_version() -> u16 {
0x0101
0x0102
}
#[no_mangle]