Skip to content

Commit

Permalink
fixed error when double chicking event
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Oct 27, 2024
1 parent 2bb04cd commit cd5c352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,7 @@ unsafe extern "C" fn timeline_form_add_events() {
)
}

#[naked]
unsafe extern "C" fn timeline_event_list_dblclick_inj() {
asm!(
"mov ecx, eax",
Expand Down Expand Up @@ -1285,6 +1286,7 @@ unsafe extern "fastcall" fn object_show_children(object_form: *const i32) {
let _: u32 = delphi_call!(0x62cde0, *RESULT_PTR);
}

#[naked]
unsafe extern "C" fn object_event_list_dblclick_inj() {
asm!(
"mov ecx, eax",
Expand Down

0 comments on commit cd5c352

Please sign in to comment.