Commit 66dc01be authored by Reece H. Dunn's avatar Reece H. Dunn Committed by Alexandre Julliard

gdiplus: Added the ProfileNotFound status code.

parent 8926dce0
......@@ -42,7 +42,8 @@ enum Status{
UnsupportedGdiplusVersion = 17,
GdiplusNotInitialized = 18,
PropertyNotFound = 19,
PropertyNotSupported = 20
PropertyNotSupported = 20,
ProfileNotFound = 21
};
......
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