From 7a2bd72b8ad0520f65fe6fb364ce42b6caeb4161 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 8 Nov 2006 00:57:55 +0100 Subject: [PATCH] uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros. --- dlls/uxtheme/draw.c | 1 + dlls/uxtheme/metric.c | 1 + dlls/uxtheme/msstyles.c | 1 + dlls/uxtheme/property.c | 1 + dlls/uxtheme/system.c | 1 + dlls/uxtheme/tests/system.c | 1 + include/winerror.h | 4 ---- 7 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dlls/uxtheme/draw.c b/dlls/uxtheme/draw.c index b5be2a75c1b..a2fee034c9b 100644 --- a/dlls/uxtheme/draw.c +++ b/dlls/uxtheme/draw.c @@ -27,6 +27,7 @@ #include "winbase.h" #include "winuser.h" #include "wingdi.h" +#include "vfwmsgs.h" #include "uxtheme.h" #include "tmschema.h" diff --git a/dlls/uxtheme/metric.c b/dlls/uxtheme/metric.c index fa3bb61fb22..c683a67dea1 100644 --- a/dlls/uxtheme/metric.c +++ b/dlls/uxtheme/metric.c @@ -26,6 +26,7 @@ #include "winbase.h" #include "wingdi.h" #include "winuser.h" +#include "vfwmsgs.h" #include "uxtheme.h" #include "tmschema.h" diff --git a/dlls/uxtheme/msstyles.c b/dlls/uxtheme/msstyles.c index 0d2210db420..919a8710f01 100644 --- a/dlls/uxtheme/msstyles.c +++ b/dlls/uxtheme/msstyles.c @@ -28,6 +28,7 @@ #include "wingdi.h" #include "winuser.h" #include "winnls.h" +#include "vfwmsgs.h" #include "uxtheme.h" #include "tmschema.h" diff --git a/dlls/uxtheme/property.c b/dlls/uxtheme/property.c index 0d40f4cbe16..7e52e6fbcb6 100644 --- a/dlls/uxtheme/property.c +++ b/dlls/uxtheme/property.c @@ -26,6 +26,7 @@ #include "winbase.h" #include "winuser.h" #include "wingdi.h" +#include "vfwmsgs.h" #include "uxtheme.h" #include "tmschema.h" diff --git a/dlls/uxtheme/system.c b/dlls/uxtheme/system.c index 7efe4717975..83381b01ede 100644 --- a/dlls/uxtheme/system.c +++ b/dlls/uxtheme/system.c @@ -28,6 +28,7 @@ #include "wingdi.h" #include "winuser.h" #include "winreg.h" +#include "vfwmsgs.h" #include "uxtheme.h" #include "tmschema.h" diff --git a/dlls/uxtheme/tests/system.c b/dlls/uxtheme/tests/system.c index 0ece20a87e3..1fd3d974293 100644 --- a/dlls/uxtheme/tests/system.c +++ b/dlls/uxtheme/tests/system.c @@ -21,6 +21,7 @@ #include #include "windows.h" +#include "vfwmsgs.h" #include "uxtheme.h" #include "wine/test.h" diff --git a/include/winerror.h b/include/winerror.h index 20f443cf87e..c04bd967d0f 100644 --- a/include/winerror.h +++ b/include/winerror.h @@ -2012,10 +2012,6 @@ #define E_OUTOFMEMORY _HRESULT_TYPEDEF_(0x8007000EL) #define E_INVALIDARG _HRESULT_TYPEDEF_(0x80070057L) -/* For IKsPropertySets */ -#define E_PROP_ID_UNSUPPORTED _HRESULT_TYPEDEF_(0x80070490L) -#define E_PROP_SET_UNSUPPORTED _HRESULT_TYPEDEF_(0x80070492L) - #define CO_S_NOTALLINTERFACES _HRESULT_TYPEDEF_(0x00080012L) #define CO_E_CLASS_CREATE_FAILED _HRESULT_TYPEDEF_(0x80080001L)