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>
This commit is contained in:
Andrey Gusev 2016-07-22 16:36:24 +03:00 committed by Alexandre Julliard
parent 4504b52507
commit 066330d493
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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__

View File

@ -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__ */

View File

@ -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

View File

@ -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