[Bug 10156] OleLoadPictureFile is unimplemented

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 22 14:07:30 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=10156

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|other                       |Linux
           Hardware|Other                       |x86

--- Comment #17 from Austin English <austinenglish at gmail.com> ---
(In reply to Carlo Bramini from comment #13)
> The changes in the attached patch are not clear to me: unless I have
> understood something wrong, MSDN states quite clearly that the interested
> field in LINEADDRESSSTATUS is dwNumOnHoldPendCalls and not
> dwNumOnHoldPendingCalls.
> 
> http://msdn.microsoft.com/en-us/library/windows/desktop/ms734938%28v=vs.
> 85%29.aspx

>From comment #4, it looks like those changes were wrong. The fix was:
commit c3995814d71291c435722ea36f46bcfa12c137c2
Author: Jon Griffiths <jon_p_griffiths at yahoo.com>
Date:   Wed Jun 18 18:57:15 2008 -0700

    oleidl.h: Fix spelling of OLECONTF_ONLYUSER (reported by Marcos GutiƩrrez
Batz).

diff --git a/include/oleidl.idl b/include/oleidl.idl
index 169d83b..5c92cb1 100644
--- a/include/oleidl.idl
+++ b/include/oleidl.idl
@@ -333,7 +333,7 @@ interface IOleItemContainer : IOleContainer
        OLECONTF_EMBEDDINGS = 1,
        OLECONTF_LINKS = 2,
        OLECONTF_OTHERS = 4,
-       OLECONTF_OLNYUSER = 8,
+       OLECONTF_ONLYUSER = 8,
        OLECONTF_ONLYIFRUNNING = 16
     } OLECONTF;

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list