Based on patch by Ruslan Garipov.

Signed-off-by: Jacek Caban <[email protected]>
---
 mingw-w64-headers/include/uianimation.idl | 6 ++++++
 1 file changed, 6 insertions(+)


diff --git a/mingw-w64-headers/include/uianimation.idl b/mingw-w64-headers/include/uianimation.idl
index e010887f..3c559aef 100644
--- a/mingw-w64-headers/include/uianimation.idl
+++ b/mingw-w64-headers/include/uianimation.idl
@@ -131,6 +131,12 @@ typedef struct
   int _;
 } *UI_ANIMATION_KEYFRAME;
 
+const UI_ANIMATION_KEYFRAME UI_ANIMATION_KEYFRAME_STORYBOARD_START = (UI_ANIMATION_KEYFRAME)(-1);
+
+const INT32 UI_ANIMATION_REPEAT_INDEFINITELY = -1;
+const INT32 UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_END = UI_ANIMATION_REPEAT_INDEFINITELY;
+const INT32 UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_START = -2;
+
 [
   uuid(44CA24DB-1A92-4149-BAB5-FB14D64B401E),
   version(1.0),

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to