Commit a2eb9995 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Guard MFVideoNormalizedRect definition in mfmediaengine.idl.

parent bf7e6d17
...@@ -76,6 +76,8 @@ typedef enum MF_MEDIA_ENGINE_CANPLAY ...@@ -76,6 +76,8 @@ typedef enum MF_MEDIA_ENGINE_CANPLAY
MF_MEDIA_ENGINE_CANPLAY_PROBABLY, MF_MEDIA_ENGINE_CANPLAY_PROBABLY,
} MF_MEDIA_ENGINE_CANPLAY; } MF_MEDIA_ENGINE_CANPLAY;
cpp_quote("#ifndef _MFVideoNormalizedRect_")
cpp_quote("#define _MFVideoNormalizedRect_")
typedef struct MFVideoNormalizedRect typedef struct MFVideoNormalizedRect
{ {
float left; float left;
...@@ -83,6 +85,7 @@ typedef struct MFVideoNormalizedRect ...@@ -83,6 +85,7 @@ typedef struct MFVideoNormalizedRect
float right; float right;
float bottom; float bottom;
} MFVideoNormalizedRect; } MFVideoNormalizedRect;
cpp_quote("#endif")
typedef enum MF_MEDIA_ENGINE_CREATEFLAGS typedef enum MF_MEDIA_ENGINE_CREATEFLAGS
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment