3 Oct
2024
3 Oct
'24
12:52 p.m.
Jacek Caban (@jacek) commented about dlls/jscript/jsdisp.idl:
UINT32 func_iid; };
+const unsigned int PROPF_ARGMASK = 0x00ff;
The mask is not something external callers should use, let's leave it private. Also, the whole commit could be just squashed into the last commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6609#note_83999