Huw Davies : include: Add some more mimeole errors.

Alexandre Julliard julliard at winehq.org
Thu Sep 11 08:00:38 CDT 2008


Module: wine
Branch: master
Commit: 6b24d897fd44f4a7ba754ac0d5d1d058ebb49215
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6b24d897fd44f4a7ba754ac0d5d1d058ebb49215

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Sep 10 10:42:08 2008 +0100

include: Add some more mimeole errors.

---

 include/mimeole.idl |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/include/mimeole.idl b/include/mimeole.idl
index 508ca26..191a9f2 100644
--- a/include/mimeole.idl
+++ b/include/mimeole.idl
@@ -40,6 +40,13 @@ cpp_quote("#define MIME_E_BOUNDARY_MISMATCH      0x800cce04")
 cpp_quote("#define MIME_E_NOT_FOUND              0x800cce05")
 cpp_quote("#define MIME_E_NO_DATA                0x800cce05")
 cpp_quote("#define MIME_E_BUFFER_TOO_SMALL       0x800cce06")
+cpp_quote("#define MIME_E_INVALID_ITEM_FLAGS     0x800cce07")
+cpp_quote("#define MIME_E_ONE_LINE_ITEME         0x800cce08")
+cpp_quote("#define MIME_E_INVALID_HANDLE         0x800cce09")
+cpp_quote("#define MIME_E_CHARSET_TRANSLATE      0x800cce0a")
+cpp_quote("#define MIME_E_NOT_INITIALIZED        0x800cce0b")
+
+cpp_quote("#define MIME_E_INVALID_CHARSET_TYPE   0x800cce31")
 
 cpp_quote("#define MIME_E_INVALID_TEXT_TYPE      0x800cce38")
 




More information about the wine-cvs mailing list