Commit 3a4dcea2 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

include: Fix typo in vmrender.idl.

parent 5798b95a
...@@ -268,7 +268,7 @@ typedef enum _VMRMode ...@@ -268,7 +268,7 @@ typedef enum _VMRMode
VMRMode_Windowed = 0x1, VMRMode_Windowed = 0x1,
VMRMode_Windowless = 0x2, VMRMode_Windowless = 0x2,
VMRMode_Renderless = 0x4, VMRMode_Renderless = 0x4,
VMRMODE_Mask = 0x7 VMRMode_Mask = 0x7
} VMRMode; } VMRMode;
enum { MAX_NUMBER_OF_STREAMS = 16 }; enum { MAX_NUMBER_OF_STREAMS = 16 };
......
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