gdiplus: Added the ProfileNotFound status code.

oldstable
Reece H. Dunn 2007-12-30 10:12:05 +00:00 committed by Alexandre Julliard
parent 8926dce077
commit 66dc01be56
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ enum Status{
UnsupportedGdiplusVersion = 17,
GdiplusNotInitialized = 18,
PropertyNotFound = 19,
PropertyNotSupported = 20
PropertyNotSupported = 20,
ProfileNotFound = 21
};