Commit ea41f29c authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

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

Apparently MSDN made up EmfPlusRecordTypeSetGammaValue, it's not in the SDK headers or EMF+ spec.
parent dd5459cf
......@@ -672,7 +672,6 @@ enum EmfPlusRecordType {
EmfPlusRecordTypeSetAntiAliasMode,
EmfPlusRecordTypeSetTextRenderingHint,
EmfPlusRecordTypeSetTextContrast,
EmfPlusRecordTypeSetGammaValue,
EmfPlusRecordTypeSetInterpolationMode,
EmfPlusRecordTypeSetPixelOffsetMode,
EmfPlusRecordTypeSetCompositingMode,
......
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