jsruntime unittest use dynamic link

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
This commit is contained in:
wengchangcheng
2021-09-27 09:37:23 +08:00
parent fe2becc53b
commit 0a20870f88
+1 -1
View File
@@ -59,7 +59,7 @@ private:
NO_COPY_SEMANTIC(EmptyRendezvous);
};
class ScopedSuspendAllThreads {
class PANDA_PUBLIC_API ScopedSuspendAllThreads {
public:
explicit ScopedSuspendAllThreads(Rendezvous *rendezvous) ACQUIRE(*Locks::mutator_lock);
~ScopedSuspendAllThreads() RELEASE(*Locks::mutator_lock);