mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 22:59:46 +00:00
[VBSCRIPT] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
eb91a73902
commit
e0b80a0929
11 changed files with 978 additions and 699 deletions
|
@ -402,6 +402,8 @@ HRESULT create_regexp(IDispatch**) DECLSPEC_HIDDEN;
|
|||
|
||||
HRESULT map_hres(HRESULT) DECLSPEC_HIDDEN;
|
||||
|
||||
HRESULT create_safearray_iter(SAFEARRAY *sa, IEnumVARIANT **ev) DECLSPEC_HIDDEN;
|
||||
|
||||
#define FACILITY_VBS 0xa
|
||||
#define MAKE_VBSERROR(code) MAKE_HRESULT(SEVERITY_ERROR, FACILITY_VBS, code)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue