Browse Source

modify

tags/v1.2.0
wangxiaotian22 3 years ago
parent
commit
390905b877
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/depends/mmpa/src/mmpa_stub.cc

+ 1
- 1
tests/depends/mmpa/src/mmpa_stub.cc View File

@@ -269,7 +269,7 @@ CHAR *mmDlerror()

INT32 mmDladdr(VOID *addr, mmDlInfo *info)
{
return 0;
return -1;
}

VOID *mmDlopen(const CHAR *fileName, INT32 mode)


Loading…
Cancel
Save