This commit adds missed (somehow) defines for the Microsoft Windows
Animation Manager like `UI_ANIMATION_REPEAT_INDEFINITELY`,
`UI_ANIMATION_KEYFRAME_STORYBOARD_START`, and so on.

Signed-off-by: Ruslan Garipov <ruslanngari...@gmail.com>
---
  mingw-w64-headers/include/uianimation.h | 5 +++++
  1 file changed, 5 insertions(+)

diff --git a/mingw-w64-headers/include/uianimation.h b/mingw-w64-headers/include/uianimation.h
index 5fce04b9..7893ba56 100644
--- a/mingw-w64-headers/include/uianimation.h
+++ b/mingw-w64-headers/include/uianimation.h
@@ -475,6 +475,11 @@ typedef struct __WIDL_uianimation_generated_name_0000000E {
     int _;
 } *UI_ANIMATION_KEYFRAME;
 
+#define UI_ANIMATION_KEYFRAME_STORYBOARD_START ( ( UI_ANIMATION_KEYFRAME )-1 )
+#define UI_ANIMATION_REPEAT_INDEFINITELY ( -1 )
+#define UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_END ( UI_ANIMATION_REPEAT_INDEFINITELY )
+#define UI_ANIMATION_REPEAT_INDEFINITELY_CONCLUDE_AT_START ( -2 )
+
 DEFINE_GUID(LIBID_uianimation, 0x44ca24db, 0x1a92, 0x4149, 0xba,0xb5, 0xfb,0x14,0xd6,0x4b,0x40,0x1e);
 
 /*****************************************************************************


------------------------------------------------------------------------------
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
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to