Reece H. Dunn : gdiplus: Added the ProfileNotFound status code.

Alexandre Julliard julliard at winehq.org
Wed Jan 2 07:34:46 CST 2008


Module: wine
Branch: master
Commit: 66dc01be56008b7f92c98c7f8d6d895ee142d17a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=66dc01be56008b7f92c98c7f8d6d895ee142d17a

Author: Reece H. Dunn <msclrhd at 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
 };
 
 




More information about the wine-cvs mailing list