[Git][wine/wine][master] 5 commits: oleaut32: Fix logic for deciding whether type description follows the name.
Alexandre Julliard pushed to branch master at wine / wine Commits: 5ec87348 by Dmitry Timoshkov at 2025-02-18T11:57:12+01:00 oleaut32: Fix logic for deciding whether type description follows the name. It looks like the lowest bit actually indicates whether type description follows the name, and since the name offsets are always aligned that makes sense. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> - - - - - 12c79c33 by Dmitry Timoshkov at 2025-02-18T11:57:14+01:00 oleaut32: 'typekind' is the last field of SLTG_OtherTypeInfo structure. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> - - - - - fc652439 by Dmitry Timoshkov at 2025-02-18T11:57:15+01:00 oleaut32: Implement decoding of SLTG help strings. Based on a patch by Sebastian Lackner <sebastian(a)fds-team.de>. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> - - - - - 11a05834 by Dmitry Timoshkov at 2025-02-18T11:57:17+01:00 oleaut32: Add support for decoding SLTG function help strings. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> - - - - - f9c96a5a by Dmitry Timoshkov at 2025-02-18T11:57:17+01:00 oleaut32: Add support for decoding SLTG variable help strings. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> - - - - - 2 changed files: - dlls/oleaut32/typelib.c - dlls/oleaut32/typelib.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b5ae865c8c693f7066265784110786... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b5ae865c8c693f7066265784110786... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)