27 Jan
2023
27 Jan
'23
9:13 p.m.
Module: wine Branch: master Commit: 5e23b8a910750a6a2bc48146e67b2e44e024384a URL: https://gitlab.winehq.org/wine/wine/-/commit/5e23b8a910750a6a2bc48146e67b2e4... Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Date: Thu Jan 26 17:58:17 2023 +0200 vbscript: Implement SID_GetCaller for QueryService. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- dlls/vbscript/tests/Makefile.in | 1 + dlls/vbscript/tests/caller.c | 551 ++++++++++++++++++++++++++++++++++++++++ dlls/vbscript/vbdisp.c | 45 +++- dlls/vbscript/vbscript.c | 17 +- dlls/vbscript/vbscript.h | 4 + 5 files changed, 609 insertions(+), 9 deletions(-)