Module: wine Branch: master Commit: 66dc01be56008b7f92c98c7f8d6d895ee142d17a URL: http://source.winehq.org/git/wine.git/?a=commit;h=66dc01be56008b7f92c98c7f8d...
Author: Reece H. Dunn msclrhd@gmail.com Date: Sun Dec 30 10:12:05 2007 +0000
gdiplus: Added the ProfileNotFound status code.
---
include/gdiplustypes.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/gdiplustypes.h b/include/gdiplustypes.h index c9a5740..29616e9 100644 --- a/include/gdiplustypes.h +++ b/include/gdiplustypes.h @@ -42,7 +42,8 @@ enum Status{ UnsupportedGdiplusVersion = 17, GdiplusNotInitialized = 18, PropertyNotFound = 19, - PropertyNotSupported = 20 + PropertyNotSupported = 20, + ProfileNotFound = 21 };