[Git][wine/wine][master] 5 commits: widl: Initial support for generating Windows Runtime metadata.
Alexandre Julliard pushed to branch master at wine / wine Commits: 6749e627 by Hans Leidekker at 2025-05-22T11:50:35+02:00 widl: Initial support for generating Windows Runtime metadata. This adds a --winmd option that converts a runtime IDL file into a metadata file (.winmd). - - - - - b37ee64c by Hans Leidekker at 2025-05-22T11:50:35+02:00 widl: Write the string stream. - - - - - bd9b5646 by Hans Leidekker at 2025-05-22T11:50:35+02:00 widl: Write the user string stream. - - - - - f67677ab by Hans Leidekker at 2025-05-22T11:50:35+02:00 widl: Write the blob stream. - - - - - e75f3ed7 by Hans Leidekker at 2025-05-22T11:50:35+02:00 widl: Write the guid stream. - - - - - 6 changed files: - tools/widl/Makefile.in - + tools/widl/metadata.c - tools/widl/parser.y - tools/widl/widl.c - tools/widl/widl.h - tools/widl/widl.man.in View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8f91df4c4e4fb8b32c737bb02e82dc... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8f91df4c4e4fb8b32c737bb02e82dc... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)