https://bugs.winehq.org/show_bug.cgi?id=52686
Robert Wilhelm sloper42@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sloper42@yahoo.com Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #2 from Robert Wilhelm sloper42@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; }