[PATCH 2/4] vbscript: Implemented VarType(try 4)

Piotr Caban piotr.caban at gmail.com
Fri Jun 27 04:39:11 CDT 2014


On 06/27/14 04:40, Shuai Meng wrote:
> +    if(res) {
> +        V_VT(res) = VT_I2;
> +        V_I2(res) = V_VT(arg);
> +    }
> +    return S_OK;

You can use return_short helper here.




More information about the wine-devel mailing list