[Git][wine/wine][master] vbscript: Return the script class name from TypeName() on a class instance.
Alexandre Julliard pushed to branch master at wine / wine Commits: 69a44500 by Francis De Brabandere at 2026-05-05T11:02:50-04:00 vbscript: Return the script class name from TypeName() on a class instance. Native VBScript's TypeName() returns the class name (e.g. "EmptyClass") for instances of script-defined classes; wine returned the generic "Object" string. Add a vbdisp_class_name() helper that pulls the name out of the vbdisp_t -> class_desc_t chain when the IDispatch is one of ours, and consult it before the ITypeInfo path in Global_TypeName. - - - - - 4 changed files: - dlls/vbscript/global.c - dlls/vbscript/tests/api.vbs - dlls/vbscript/vbdisp.c - dlls/vbscript/vbscript.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/69a44500d5e4037ad4a4a2e02ad0218... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/69a44500d5e4037ad4a4a2e02ad0218... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)