include: Improve include directive in d3dtypes.h.

Andrey Gusev andrey.goosev at gmail.com
Fri Jul 22 08:31:32 CDT 2016


-------------- next part --------------
From 935a76be53357c728cb7fbe70200c02308a03f7c Mon Sep 17 00:00:00 2001
Message-Id: <935a76be53357c728cb7fbe70200c02308a03f7c.1469194219.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Fri, 22 Jul 2016 16:30:00 +0300
Subject: [PATCH] include: Improve include directive in d3dtypes.h.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 include/d3dtypes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/d3dtypes.h b/include/d3dtypes.h
index 75aee55..aaa4539 100644
--- a/include/d3dtypes.h
+++ b/include/d3dtypes.h
@@ -344,7 +344,7 @@ typedef struct _D3DMATRIX {
 } D3DMATRIX, *LPD3DMATRIX;
 
 #if defined(__cplusplus) && defined(D3D_OVERLOADS)
-#include <d3dvec.inl>
+#include "d3dvec.inl"
 #endif
 
 typedef struct _D3DVIEWPORT {
-- 
2.5.5



More information about the wine-patches mailing list