diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-05 22:04:36 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-05 22:04:36 +0300 |
commit | cda14f4f5ec6f88e98285dc9af5c89231561e73f (patch) | |
tree | 0663514505095d0d1b89f7f3f80460938fccec96 | |
parent | 5ea54da8026fe42e1511ca3b2047eb4fb8805b3e (diff) |
import libraries update for mir_core
-rw-r--r-- | libs/win32/mir_app.lib | bin | 272124 -> 272870 bytes | |||
-rw-r--r-- | libs/win32/mir_core.lib | bin | 493696 -> 494038 bytes | |||
-rw-r--r-- | src/mir_core/src/mir_core.def | 1 | ||||
-rw-r--r-- | src/mir_core/src/mir_core64.def | 1 |
4 files changed, 2 insertions, 0 deletions
diff --git a/libs/win32/mir_app.lib b/libs/win32/mir_app.lib Binary files differindex 7a269f60b6..e3fa4aed2e 100644 --- a/libs/win32/mir_app.lib +++ b/libs/win32/mir_app.lib diff --git a/libs/win32/mir_core.lib b/libs/win32/mir_core.lib Binary files differindex caf9e284f6..809d219ee7 100644 --- a/libs/win32/mir_core.lib +++ b/libs/win32/mir_core.lib diff --git a/src/mir_core/src/mir_core.def b/src/mir_core/src/mir_core.def index ca83dabb82..899da28097 100644 --- a/src/mir_core/src/mir_core.def +++ b/src/mir_core/src/mir_core.def @@ -1560,3 +1560,4 @@ db_event_updateId @1772 ?Release@MShareable@@QAEXXZ @1781 NONAME
?getExtension@MFilePath@@QBE?AV?$CMStringT@_WV?$ChTraitsCRT@_W@@@@XZ @1782 NONAME
?isExecutable@MFilePath@@QBE_NXZ @1783 NONAME
+?GetPlugin@CDlgBase@@QBEPBVCMPluginBase@@XZ @1784 NONAME
diff --git a/src/mir_core/src/mir_core64.def b/src/mir_core/src/mir_core64.def index da3b919a84..4e9a187683 100644 --- a/src/mir_core/src/mir_core64.def +++ b/src/mir_core/src/mir_core64.def @@ -1560,3 +1560,4 @@ db_event_updateId @1772 ?Release@MShareable@@QEAAXXZ @1781 NONAME
?getExtension@MFilePath@@QEBA?AV?$CMStringT@_WV?$ChTraitsCRT@_W@@@@XZ @1782 NONAME
?isExecutable@MFilePath@@QEBA_NXZ @1783 NONAME
+?GetPlugin@CDlgBase@@QEBAPEBVCMPluginBase@@XZ @1784 NONAME
|