[Bug 52686] DateAdd not implemented

WineHQ Bugzilla wine-bugs at winehq.org
Thu Mar 17 11:42:08 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52686

Robert Wilhelm <sloper42 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sloper42 at yahoo.com
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Robert Wilhelm <sloper42 at yahoo.com> ---
Confirming, DateAdd is a stub in wine 7.4

dlls/vbscript/global.c:

static HRESULT Global_DateAdd(BuiltinDisp *This, VARIANT *arg, unsigned
args_cnt, VARIANT *res)
{
    FIXME("\n");
    return E_NOTIMPL;
}

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list