[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690
Alexandre Julliard
julliard at winehq.org
Sun Jun 17 20:02:53 UTC 2012
The following commit has been merged in the wheezy branch:
commit 0de7e8a03e514c38e99b7a73abe61acef381cb24
Author: Christian Costa <titan.costa at gmail.com>
Date: Tue Mar 27 23:44:14 2012 +0200
include: Add missing error codes.
(cherry picked from commit e08a7a6131865e13375f8071099cca7939743dca)
diff --git a/include/qedit.idl b/include/qedit.idl
index ea1e593..1cf0996 100644
--- a/include/qedit.idl
+++ b/include/qedit.idl
@@ -166,3 +166,13 @@ coclass MediaDet
{
[default] interface IMediaDet;
};
+
+enum
+{
+ E_NOTINTREE = 0x80040400,
+ E_RENDER_ENGINE_IS_BROKEN = 0x80040401,
+ E_MUST_INIT_RENDERER = 0x80040402,
+ E_NOTDETERMINED = 0x80040403,
+ E_NO_TIMELINE = 0x80040404,
+ S_WARN_OUTPUTRESET = 40404
+};
--
Debian Wine packaging
More information about the pkg-wine-party
mailing list