Alexandre Julliard pushed to branch master at wine / wine
Commits: 6597c11e by Mohamad Al-Jaf at 2025-02-14T11:53:44+01:00 include: Reorder windows.storage.stream classes.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56106
- - - - - 6c2b80a2 by Mohamad Al-Jaf at 2025-02-14T12:07:28+01:00 windows.storage: Add stub dll.
- - - - - cdd64595 by Mohamad Al-Jaf at 2025-02-14T12:07:28+01:00 windows.storage: Move RandomAccessStreamReference class from wintypes.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56106
- - - - - 8489958e by Mohamad Al-Jaf at 2025-02-14T12:07:28+01:00 windows.storage: Add error handling in IRandomAccessStreamReferenceStatics::CreateFromStream().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56106
- - - - -
14 changed files:
- configure - configure.ac - + dlls/windows.storage/Makefile.in - + dlls/windows.storage/classes.idl - + dlls/windows.storage/main.c - + dlls/windows.storage/private.h - + dlls/windows.storage/streams.c - + dlls/windows.storage/tests/Makefile.in - + dlls/windows.storage/tests/storage.c - + dlls/windows.storage/windows.storage.spec - dlls/wintypes/main.c - dlls/wintypes/private.h - dlls/wintypes/storage.c - include/windows.storage.streams.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4a40d91bd729948fbe14a95da51c83...