summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-06-21 12:58:32 +0800
committer杨威 <[email protected]>2023-06-21 12:58:32 +0800
commit21f2fd5be8f5cc760174ce210a21ffe9e36778ec (patch)
treeda95c544ecf2fd15a8423040cb266af27f7d61a6
parent34c611a6e0a4905d0b50750fd2b1a4480e08e833 (diff)
✨ feat(适配hasp-tools v1.0.4接口):v4.3.9
-rw-r--r--src/entry/sapp_main.c6
1 files changed, 1 insertions, 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;