Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
0c5a0f24
Commit
0c5a0f24
authored
Apr 07, 2006
by
Stefan Dösinger
Committed by
Alexandre Julliard
Apr 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wined3d: Allow the inclusion of the wined3d headers when the ddraw headers are included.
parent
cf4b91f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
wined3d_interface.h
include/wine/wined3d_interface.h
+2
-2
wined3d_types.h
include/wine/wined3d_types.h
+2
-2
No files found.
include/wine/wined3d_interface.h
View file @
0c5a0f24
...
...
@@ -27,8 +27,8 @@
# error You must include config.h to use this header
#endif
#if !defined( __WINE_D3D8_H ) && !defined( __WINE_D3D9_H )
# error You must include d3d8.h or d3d9.h header to use this header
#if !defined( __WINE_D3D
_H ) && !defined( __WINE_D3D
8_H ) && !defined( __WINE_D3D9_H )
# error You must include d3d
.h, d3d
8.h or d3d9.h header to use this header
#endif
#include "wined3d_types.h"
...
...
include/wine/wined3d_types.h
View file @
0c5a0f24
...
...
@@ -26,8 +26,8 @@
#define __WINE_WINED3D_TYPES_H
/* TODO: remove the dependency on d3d9 or d3d8 */
#if !defined( __WINE_D3D8_H ) && !defined( __WINE_D3D9_H )
# error You must include d3d8.h or d3d9.h header to use this header
#if !defined( __WINE_D3D
_H ) && !defined( __WINE_D3D
8_H ) && !defined( __WINE_D3D9_H )
# error You must include d3d
.h, d3d
8.h or d3d9.h header to use this header
#endif
#define WINED3D_VSHADER_MAX_CONSTANTS 96
...
...
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