From b81441a1ee633d6fafa55816156fb7dcd2e2fb08 Mon Sep 17 00:00:00 2001 From: MistEO Date: Wed, 9 Mar 2022 00:12:00 +0800 Subject: [PATCH] =?UTF-8?q?chore.=E6=95=B4=E7=90=86=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/AsstCaller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/AsstCaller.h b/include/AsstCaller.h index 4fd901747c..01aa159eea 100644 --- a/include/AsstCaller.h +++ b/include/AsstCaller.h @@ -17,8 +17,8 @@ extern "C" { bool ASSTAPI AsstLoadResource(const char* path); - ASSTAPI_PORT AsstHandle ASST_CALL AsstCreate(); - ASSTAPI_PORT AsstHandle ASST_CALL AsstCreateEx(AsstApiCallback callback, void* custom_arg); + AsstHandle ASSTAPI AsstCreate(); + AsstHandle ASSTAPI AsstCreateEx(AsstApiCallback callback, void* custom_arg); void ASSTAPI AsstDestroy(AsstHandle handle); bool ASSTAPI AsstConnect(AsstHandle handle, const char* adb_path, const char* address, const char* config);