From 21f2fd5be8f5cc760174ce210a21ffe9e36778ec Mon Sep 17 00:00:00 2001 From: 杨威 Date: Wed, 21 Jun 2023 12:58:32 +0800 Subject: ✨ feat(适配hasp-tools v1.0.4接口): MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/sapp_main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/entry/sapp_main.c b/src/entry/sapp_main.c index 7c13593..aaf73c5 100644 --- a/src/entry/sapp_main.c +++ b/src/entry/sapp_main.c @@ -18,11 +18,7 @@ int main(int argc, char *argv[]) #ifndef FEATURE_ID #define FEATURE_ID 100 #endif - -#ifndef HASP_INTERNAL_S -#define HASP_INTERNAL_S 10 -#endif - hasp_verify(FEATURE_ID, HASP_INTERNAL_S); + hasp_verify(FEATURE_ID); #endif if(libsapp_setup_env(argc,argv) < 0){ return -1; -- cgit v1.2.3