include: Fix typo in vmrender.idl.

This commit is contained in:
Maarten Lankhorst 2008-07-17 17:58:00 -07:00 committed by Alexandre Julliard
parent 5798b95a51
commit 3a4dcea213
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ typedef enum _VMRMode
VMRMode_Windowed = 0x1,
VMRMode_Windowless = 0x2,
VMRMode_Renderless = 0x4,
VMRMODE_Mask = 0x7
VMRMode_Mask = 0x7
} VMRMode;
enum { MAX_NUMBER_OF_STREAMS = 16 };