Discussion:
[Mingw-w64-public] [PATCH] Add 'Windows Animation Manager' UUIDs
Ruslan Garipov
2017-07-25 11:25:30 UTC
Permalink
This commit adds missed in [3fee81] identifiers of Windows Animation
Manager classes and interfaces. To access the UUIDs the client must
link in 'uuid' library.

Signed-off-by: Ruslan Garipov <***@gmail.com>
---
mingw-w64-crt/Makefile.am | 18 +++++++++---------
mingw-w64-crt/Makefile.in | 56
+++++++++++++++++++++++++++++++++++++++++++++++---------
mingw-w64-crt/libsrc/uianimation-uuid.c | 44
++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 100 insertions(+), 18 deletions(-)
create mode 100644 mingw-w64-crt/libsrc/uianimation-uuid.c

This patch completes commit [3f3381] by adding the necessary symbols
into the library 'uuid'. Actually this message pings this patch:
[[PATCH 1/2] Add 'Windows Animation Manager' header file] [1].

The patch contains several "inherited" whitespace errors -- they
existed in the original Makefiles and I just repeated them in my
changes.

Please review.

[1]: https://sourceforge.net/p/mingw-w64/mailman/message/35943361/
"[PATCH 1/2] Add 'Windows Animation Manager' header file"

Loading...