b5eac821
by Francis De Brabandere at 2026-04-07T11:11:02+02:00
vbscript: Return proper error for undefined variables with Option Explicit.
When Option Explicit is set and an undefined variable is used, return
VBS error 500 (Variable is undefined) with the variable name in the
description, matching Windows behavior. Previously Wine returned E_FAIL
with no description.