Ruslan Garipov
2017-07-13 15:03:59 UTC
This is the first commit in the series that adds support of Windows
Animation Manager (WAM) into mingw-w64. COM identifiers of the WAM
classes and interfaces are defined in the '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 +
mingw-w64-headers/Makefile.am | 1 +
mingw-w64-headers/Makefile.in | 1 +
mingw-w64-headers/include/uianimation.h | 7325 +++++++++++++++++++++++++++++++
6 files changed, 7427 insertions(+), 18 deletions(-)
create mode 100644 mingw-w64-crt/libsrc/uianimation-uuid.c
create mode 100644 mingw-w64-headers/include/uianimation.h
Animation Manager (WAM) into mingw-w64. COM identifiers of the WAM
classes and interfaces are defined in the '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 +
mingw-w64-headers/Makefile.am | 1 +
mingw-w64-headers/Makefile.in | 1 +
mingw-w64-headers/include/uianimation.h | 7325 +++++++++++++++++++++++++++++++
6 files changed, 7427 insertions(+), 18 deletions(-)
create mode 100644 mingw-w64-crt/libsrc/uianimation-uuid.c
create mode 100644 mingw-w64-headers/include/uianimation.h