gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix.
diff --git a/include/gdiplusenums.h b/include/gdiplusenums.h index 786cf51..c625e68 100644 --- a/include/gdiplusenums.h +++ b/include/gdiplusenums.h
@@ -244,6 +244,14 @@ StringTrimmingEllipsisPath = 5 }; +enum HotkeyPrefix +{ + HotkeyPrefixNone = 0, + HotkeyPrefixShow = 1, + HotkeyPrefixHide = 2 +}; + + #ifndef __cplusplus typedef enum Unit Unit; @@ -270,6 +278,7 @@ typedef enum StringAlignment StringAlignment; typedef enum StringTrimming StringTrimming; typedef enum StringFormatFlags StringFormatFlags; +typedef enum HotkeyPrefix HotkeyPrefix; #endif /* end of c typedefs */