Module: wine Branch: master Commit: 6b24d897fd44f4a7ba754ac0d5d1d058ebb49215 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6b24d897fd44f4a7ba754ac0d5...
Author: Huw Davies huw@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")