include: Fix off-by-one error in EmfPlusRecordType enumeration.

Apparently MSDN made up EmfPlusRecordTypeSetGammaValue, it's not in
the SDK headers or EMF+ spec.
This commit is contained in:
Vincent Povirk 2014-01-16 14:58:09 -06:00 committed by Alexandre Julliard
parent dd5459cff4
commit ea41f29c32
1 changed files with 0 additions and 1 deletions

View File

@ -672,7 +672,6 @@ enum EmfPlusRecordType {
EmfPlusRecordTypeSetAntiAliasMode,
EmfPlusRecordTypeSetTextRenderingHint,
EmfPlusRecordTypeSetTextContrast,
EmfPlusRecordTypeSetGammaValue,
EmfPlusRecordTypeSetInterpolationMode,
EmfPlusRecordTypeSetPixelOffsetMode,
EmfPlusRecordTypeSetCompositingMode,