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
427803a9
Commit
427803a9
authored
May 18, 2011
by
Henri Verbeet
Committed by
Alexandre Julliard
May 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Make wined3d.h a normal header file again.
parent
3032b40c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
7 deletions
+0
-7
.gitignore
.gitignore
+0
-1
wined3d_private.h
dlls/wined3d/wined3d_private.h
+0
-4
Makefile.in
include/Makefile.in
+0
-1
wined3d.h
include/wine/wined3d.h
+0
-0
make_makefiles
tools/make_makefiles
+0
-1
No files found.
.gitignore
View file @
427803a9
...
...
@@ -240,7 +240,6 @@ include/wia_xp.h
include/wincodec.h
include/wine/itss.h
include/wine/svcctl.h
include/wine/wined3d.h
include/wine/winedxgi.h
include/winsxs.h
include/wtypes.h
...
...
dlls/wined3d/wined3d_private.h
View file @
427803a9
...
...
@@ -2859,10 +2859,6 @@ static inline BOOL use_ps(const struct wined3d_state *state)
/* The WNDCLASS-Name for the fake window which we use to retrieve the GL capabilities */
#define WINED3D_OPENGL_WINDOW_CLASS_NAME "WineD3D_OpenGL"
#define WINEMAKEFOURCC(ch0, ch1, ch2, ch3) \
((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | \
((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
#define MAKEDWORD_VERSION(maj, min) (((maj & 0xffff) << 16) | (min & 0xffff))
#endif
include/Makefile.in
View file @
427803a9
PRIVATE_IDL_H_SRCS
=
\
wine/wined3d.idl
\
wine/winedxgi.idl
PUBLIC_IDL_H_SRCS
=
\
...
...
include/wine/wined3d.
idl
→
include/wine/wined3d.
h
View file @
427803a9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
tools/make_makefiles
View file @
427803a9
...
...
@@ -163,7 +163,6 @@ my %private_idl_headers = (
"vmrender.idl"
=>
1
,
"xmldom.idl"
=>
1
,
"xmldso.idl"
=>
1
,
"wine/wined3d.idl"
=>
1
,
"wine/winedxgi.idl"
=>
1
,
);
...
...
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