Add CoCreateInstanceFromApp to ole32.def git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5865 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/lib32/ole32.def b/mingw-w64-crt/lib32/ole32.def index 455677e..7f5b37c 100644 --- a/mingw-w64-crt/lib32/ole32.def +++ b/mingw-w64-crt/lib32/ole32.def
@@ -32,6 +32,7 @@ CoCreateGuid@4 CoCreateInstance@20 CoCreateInstanceEx@24 +CoCreateInstanceFromApp@24 CoCreateObjectInContext@16 CoDeactivateObject@8 CoDisableCallCancellation@4
diff --git a/mingw-w64-crt/lib64/ole32.def b/mingw-w64-crt/lib64/ole32.def index 350630b..95bc764 100644 --- a/mingw-w64-crt/lib64/ole32.def +++ b/mingw-w64-crt/lib64/ole32.def
@@ -36,6 +36,7 @@ CoCreateGuid CoCreateInstance CoCreateInstanceEx +CoCreateInstanceFromApp CoCreateObjectInContext CoDeactivateObject CoDisableCallCancellation