diff options
-rw-r--r-- | include/m_utils.h | 2 | ||||
-rw-r--r-- | libs/win32/mir_app.lib | bin | 268504 -> 269214 bytes | |||
-rw-r--r-- | libs/win64/mir_app.lib | bin | 267628 -> 268350 bytes | |||
-rw-r--r-- | src/mir_app/src/mir_app.def | 3 | ||||
-rw-r--r-- | src/mir_app/src/mir_app64.def | 3 |
5 files changed, 7 insertions, 1 deletions
diff --git a/include/m_utils.h b/include/m_utils.h index 75f5d72f45..ae3873c096 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -462,7 +462,7 @@ EXTERN_C MIR_APP_DLL(wchar_t*) Utils_ReplaceVarsW(const wchar_t *szData, MCONTAC /////////////////////////////////////////////////////////////////////////////////////////
// delays execution of the required action
-struct MAsyncObject : public MNonCopyable
+struct MIR_APP_EXPORT MAsyncObject : public MNonCopyable
{
virtual ~MAsyncObject() {}
diff --git a/libs/win32/mir_app.lib b/libs/win32/mir_app.lib Binary files differindex 40e13eaebb..18b9205c9e 100644 --- a/libs/win32/mir_app.lib +++ b/libs/win32/mir_app.lib diff --git a/libs/win64/mir_app.lib b/libs/win64/mir_app.lib Binary files differindex 71bfb54353..2fd5b0ee76 100644 --- a/libs/win64/mir_app.lib +++ b/libs/win64/mir_app.lib diff --git a/src/mir_app/src/mir_app.def b/src/mir_app/src/mir_app.def index af5b8b0f9f..a16c766518 100644 --- a/src/mir_app/src/mir_app.def +++ b/src/mir_app/src/mir_app.def @@ -896,3 +896,6 @@ Clist_GroupSaveExpanded @1003 NONAME ?IsSuitableEvent@CSrmmBaseDialog@@QBE_NABULOGINFO@@@Z @1013 NONAME
?LogChatEvents@CSimpleLogWindow@@EAEXPBULOGINFO@@@Z @1014 NONAME
?Utils_InvokeAsync@@YGXPAUMAsyncObject@@@Z @1015 NONAME
+??0MAsyncObject@@QAE@XZ @1016 NONAME
+??1MAsyncObject@@UAE@XZ @1017 NONAME
+??_7MAsyncObject@@6B@ @1018 NONAME
diff --git a/src/mir_app/src/mir_app64.def b/src/mir_app/src/mir_app64.def index 70503f64f2..ac7492986a 100644 --- a/src/mir_app/src/mir_app64.def +++ b/src/mir_app/src/mir_app64.def @@ -896,3 +896,6 @@ Clist_GroupSaveExpanded @1003 NONAME ?IsSuitableEvent@CSrmmBaseDialog@@QEBA_NAEBULOGINFO@@@Z @1013 NONAME
?LogChatEvents@CSimpleLogWindow@@EEAAXPEBULOGINFO@@@Z @1014 NONAME
?Utils_InvokeAsync@@YAXPEAUMAsyncObject@@@Z @1015 NONAME
+??0MAsyncObject@@QEAA@XZ @1016 NONAME
+??1MAsyncObject@@UEAA@XZ @1017 NONAME
+??_7MAsyncObject@@6B@ @1018 NONAME
|