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 };