Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9dcfc596
Commit
9dcfc596
authored
Jun 05, 2020
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Jun 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add include guard in d2dbasetypes.h.
Signed-off-by:
Biswapriyo Nath
<
nathbappai@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
384067bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
d2dbasetypes.h
include/d2dbasetypes.h
+5
-0
No files found.
include/d2dbasetypes.h
View file @
9dcfc596
...
@@ -16,6 +16,9 @@
...
@@ -16,6 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#ifndef _D2DBASETYPES_INCLUDED
#define _D2DBASETYPES_INCLUDED
#ifndef D3DCOLORVALUE_DEFINED
#ifndef D3DCOLORVALUE_DEFINED
typedef
struct
D3DCOLORVALUE
typedef
struct
D3DCOLORVALUE
{
{
...
@@ -56,3 +59,5 @@ typedef struct D2D_RECT_U
...
@@ -56,3 +59,5 @@ typedef struct D2D_RECT_U
UINT32
right
;
UINT32
right
;
UINT32
bottom
;
UINT32
bottom
;
}
D2D_RECT_U
;
}
D2D_RECT_U
;
#endif
/* _D2DBASETYPES_INCLUDED */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment