Commit 02efa19f authored by Tony Wasserka's avatar Tony Wasserka Committed by Alexandre Julliard

d3dx9: Fix inclusions in some d3dx9 headers.

parent 96a34b58
......@@ -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 ****************
**********************************************/
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment