From 66dc01be56008b7f92c98c7f8d6d895ee142d17a Mon Sep 17 00:00:00 2001 From: "Reece H. Dunn" Date: Sun, 30 Dec 2007 10:12:05 +0000 Subject: [PATCH] gdiplus: Added the ProfileNotFound status code. --- include/gdiplustypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/gdiplustypes.h b/include/gdiplustypes.h index c9a5740bf39..29616e9d34f 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 }; -- 2.11.4.GIT