[PATCH v2 02/11] msscript.ocx: Add initial IScriptModule stub implementation.

Gabriel Ivăncescu gabrielopcode at gmail.com
Tue Jun 2 07:18:02 CDT 2020


On 01/06/2020 19:14, Gabriel Ivăncescu wrote:
> +
> +struct ScriptModule {
> +    IScriptModule IScriptModule_iface;
> +    LONG ref;
> +
> +    ScriptControl *control;
> +    struct module *module;
> +};

Sorry, I made a mistake when converting to separate objects. There's an 
issue with storing the module pointer here, since the array can change 
its address when it is reallocated.

I will send a new version that uses indices instead. Please ignore this 
problem for now.



More information about the wine-devel mailing list