https://bugs.winehq.org/show_bug.cgi?id=10156
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c3995814d71291c435722ea36f4 | |6bcfa12c137c2 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #18 from Austin English austinenglish@gmail.com --- (In reply to Austin English from comment #17)
(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@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;OLECONTF_ONLYUSER = 8, OLECONTF_ONLYIFRUNNING = 16
Actually, it seems there are two bugs here. The original was Marcos' header issue, which is fixed. The other is bug is OleLoadPictureFile being unimplemented, which I reopened.