Commit 066330d4 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

include: Improve include directives in d3dx9* headers.

parent 4504b525
......@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <d3dx9.h>
#include "d3dx9.h"
#ifndef __WINE_D3DX9CORE_H
#define __WINE_D3DX9CORE_H
......
......@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <d3dx9.h>
#include "d3dx9.h"
#ifndef __D3DX9EFFECT_H__
#define __D3DX9EFFECT_H__
......
......@@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <d3dx9.h>
#include "d3dx9.h"
#ifndef __D3DX9MATH_H__
#define __D3DX9MATH_H__
......@@ -469,6 +469,6 @@ HRESULT WINAPI D3DXCreateMatrixStack(DWORD flags, ID3DXMatrixStack **stack);
}
#endif
#include <d3dx9math.inl>
#include "d3dx9math.inl"
#endif /* __D3DX9MATH_H__ */
......@@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <d3dx9.h>
#include "d3dx9.h"
#ifndef __WINE_D3DX9MESH_H
#define __WINE_D3DX9MESH_H
......
......@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <d3dx9.h>
#include "d3dx9.h"
#ifndef __WINE_D3DX9TEX_H
#define __WINE_D3DX9TEX_H
......
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