Module: wine Branch: master Commit: 7a2bd72b8ad0520f65fe6fb364ce42b6caeb4161 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7a2bd72b8ad0520f65fe6fb364...
Author: Francois Gouget fgouget@free.fr Date: Wed Nov 8 00:57:55 2006 +0100
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 b5be2a7..a2fee03 100644 --- a/dlls/uxtheme/draw.c +++ b/dlls/uxtheme/draw.c @@ -27,6 +27,7 @@ #include "windef.h" #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 fa3bb61..c683a67 100644 --- a/dlls/uxtheme/metric.c +++ b/dlls/uxtheme/metric.c @@ -26,6 +26,7 @@ #include "windef.h" #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 0d2210d..919a871 100644 --- a/dlls/uxtheme/msstyles.c +++ b/dlls/uxtheme/msstyles.c @@ -28,6 +28,7 @@ #include "winbase.h" #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 0d40f4c..7e52e6f 100644 --- a/dlls/uxtheme/property.c +++ b/dlls/uxtheme/property.c @@ -26,6 +26,7 @@ #include "windef.h" #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 7efe471..83381b0 100644 --- a/dlls/uxtheme/system.c +++ b/dlls/uxtheme/system.c @@ -28,6 +28,7 @@ #include "winbase.h" #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 0ece20a..1fd3d97 100644 --- a/dlls/uxtheme/tests/system.c +++ b/dlls/uxtheme/tests/system.c @@ -21,6 +21,7 @@ #include <stdarg.h>
#include "windows.h" +#include "vfwmsgs.h" #include "uxtheme.h"
#include "wine/test.h" diff --git a/include/winerror.h b/include/winerror.h index 20f443c..c04bd96 100644 --- a/include/winerror.h +++ b/include/winerror.h @@ -2012,10 +2012,6 @@ #define E_HANDLE #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)