Module: wine Branch: master Commit: 066330d4938a15765290b33214599520481cb976 URL: http://source.winehq.org/git/wine.git/?a=commit;h=066330d4938a15765290b33214...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Fri Jul 22 16:36:24 2016 +0300
include: Improve include directives in d3dx9* headers.
Signed-off-by: Andrey Gusev andrey.goosev@gmail.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/d3dx9core.h | 2 +- include/d3dx9effect.h | 2 +- include/d3dx9math.h | 4 ++-- include/d3dx9mesh.h | 2 +- include/d3dx9tex.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/d3dx9core.h b/include/d3dx9core.h index 5233317..a04bced 100644 --- a/include/d3dx9core.h +++ b/include/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 __WINE_D3DX9CORE_H #define __WINE_D3DX9CORE_H diff --git a/include/d3dx9effect.h b/include/d3dx9effect.h index 3f527ed..8235794 100644 --- a/include/d3dx9effect.h +++ b/include/d3dx9effect.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__ diff --git a/include/d3dx9math.h b/include/d3dx9math.h index 2c41b73..bf03ca3 100644 --- a/include/d3dx9math.h +++ b/include/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 __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__ */ diff --git a/include/d3dx9mesh.h b/include/d3dx9mesh.h index 47b0a3f..c9a2fd5 100644 --- a/include/d3dx9mesh.h +++ b/include/d3dx9mesh.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 diff --git a/include/d3dx9tex.h b/include/d3dx9tex.h index 77f2d35..3883165 100644 --- a/include/d3dx9tex.h +++ b/include/d3dx9tex.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