gdiplus: Added the ProfileNotFound status code.
This commit is contained in:
parent
8926dce077
commit
66dc01be56
|
@ -42,7 +42,8 @@ enum Status{
|
|||
UnsupportedGdiplusVersion = 17,
|
||||
GdiplusNotInitialized = 18,
|
||||
PropertyNotFound = 19,
|
||||
PropertyNotSupported = 20
|
||||
PropertyNotSupported = 20,
|
||||
ProfileNotFound = 21
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue