Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7a2bd72b
Commit
7a2bd72b
authored
Nov 08, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros.
parent
138e12b3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
4 deletions
+6
-4
draw.c
dlls/uxtheme/draw.c
+1
-0
metric.c
dlls/uxtheme/metric.c
+1
-0
msstyles.c
dlls/uxtheme/msstyles.c
+1
-0
property.c
dlls/uxtheme/property.c
+1
-0
system.c
dlls/uxtheme/system.c
+1
-0
system.c
dlls/uxtheme/tests/system.c
+1
-0
winerror.h
include/winerror.h
+0
-4
No files found.
dlls/uxtheme/draw.c
View file @
7a2bd72b
...
...
@@ -27,6 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "wingdi.h"
#include "vfwmsgs.h"
#include "uxtheme.h"
#include "tmschema.h"
...
...
dlls/uxtheme/metric.c
View file @
7a2bd72b
...
...
@@ -26,6 +26,7 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "vfwmsgs.h"
#include "uxtheme.h"
#include "tmschema.h"
...
...
dlls/uxtheme/msstyles.c
View file @
7a2bd72b
...
...
@@ -28,6 +28,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "vfwmsgs.h"
#include "uxtheme.h"
#include "tmschema.h"
...
...
dlls/uxtheme/property.c
View file @
7a2bd72b
...
...
@@ -26,6 +26,7 @@
#include "winbase.h"
#include "winuser.h"
#include "wingdi.h"
#include "vfwmsgs.h"
#include "uxtheme.h"
#include "tmschema.h"
...
...
dlls/uxtheme/system.c
View file @
7a2bd72b
...
...
@@ -28,6 +28,7 @@
#include "wingdi.h"
#include "winuser.h"
#include "winreg.h"
#include "vfwmsgs.h"
#include "uxtheme.h"
#include "tmschema.h"
...
...
dlls/uxtheme/tests/system.c
View file @
7a2bd72b
...
...
@@ -21,6 +21,7 @@
#include <stdarg.h>
#include "windows.h"
#include "vfwmsgs.h"
#include "uxtheme.h"
#include "wine/test.h"
...
...
include/winerror.h
View file @
7a2bd72b
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment