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
02efa19f
Commit
02efa19f
authored
Mar 04, 2009
by
Tony Wasserka
Committed by
Alexandre Julliard
Mar 05, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9: Fix inclusions in some d3dx9 headers.
parent
96a34b58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
d3dx9core.h
include/d3dx9core.h
+2
-2
d3dx9mesh.h
include/d3dx9mesh.h
+2
-2
d3dx9shader.h
include/d3dx9shader.h
+2
-2
No files found.
include/d3dx9core.h
View file @
02efa19f
...
...
@@ -16,11 +16,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <d3dx9.h>
#ifndef __WINE_D3DX9CORE_H
#define __WINE_D3DX9CORE_H
#include <d3dx9.h>
/**********************************************
***************** Definitions ****************
**********************************************/
...
...
include/d3dx9mesh.h
View file @
02efa19f
...
...
@@ -16,11 +16,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <d3dx9.h>
#ifndef __WINE_D3DX9MESH_H
#define __WINE_D3DX9MESH_H
#include <d3dx9.h>
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
include/d3dx9shader.h
View file @
02efa19f
...
...
@@ -16,11 +16,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "d3dx9.h"
#ifndef __D3DX9SHADER_H__
#define __D3DX9SHADER_H__
#include "d3dx9.h"
typedef
LPCSTR
D3DXHANDLE
;
typedef
enum
D3DXPARAMETER_CLASS
...
...
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