fix build sciter

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-09-17 13:41:00 +08:00
parent ae3efa1151
commit 72f5fbd6ad
4 changed files with 10 additions and 10 deletions

View File

@@ -409,8 +409,8 @@ impl sciter::EventHandler for SciterSession {
fn login(String, String, String, bool);
fn new_rdp();
fn send_mouse(i32, i32, i32, bool, bool, bool, bool);
fn enter();
fn leave();
fn enter(String);
fn leave(String);
fn ctrl_alt_del();
fn transfer_file();
fn tunnel();