include: Add include guard in d2dbasetypes.h.

Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Biswapriyo Nath 2020-06-05 12:39:09 +05:30 committed by Alexandre Julliard
parent 384067bda6
commit 9dcfc59671
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef _D2DBASETYPES_INCLUDED
#define _D2DBASETYPES_INCLUDED
#ifndef D3DCOLORVALUE_DEFINED
typedef struct D3DCOLORVALUE
{
@ -56,3 +59,5 @@ typedef struct D2D_RECT_U
UINT32 right;
UINT32 bottom;
} D2D_RECT_U;
#endif /* _D2DBASETYPES_INCLUDED */