mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:06:32 +00:00
uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros.
This commit is contained in:
parent
138e12b3d2
commit
7a2bd72b8a
7 changed files with 6 additions and 4 deletions
|
@ -27,6 +27,7 @@
|
|||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "wingdi.h"
|
||||
#include "vfwmsgs.h"
|
||||
#include "uxtheme.h"
|
||||
#include "tmschema.h"
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "vfwmsgs.h"
|
||||
#include "uxtheme.h"
|
||||
#include "tmschema.h"
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "winnls.h"
|
||||
#include "vfwmsgs.h"
|
||||
#include "uxtheme.h"
|
||||
#include "tmschema.h"
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "wingdi.h"
|
||||
#include "vfwmsgs.h"
|
||||
#include "uxtheme.h"
|
||||
#include "tmschema.h"
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "winreg.h"
|
||||
#include "vfwmsgs.h"
|
||||
#include "uxtheme.h"
|
||||
#include "tmschema.h"
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include "windows.h"
|
||||
#include "vfwmsgs.h"
|
||||
#include "uxtheme.h"
|
||||
|
||||
#include "wine/test.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)
|
||||
|
|
Loading…
Reference in a new issue