[PATCH 1/2] jscript: Add define for JS_E_OUT_OF_MEMORY.

Jacek Caban jacek at codeweavers.com
Wed Sep 24 04:20:59 CDT 2014


Hi Qian,

On 09/24/14 10:45, Qian Hong wrote:
> --- a/dlls/jscript/resource.h
> +++ b/dlls/jscript/resource.h
> @@ -24,6 +24,7 @@
>  
>  #define IDS_TO_PRIMITIVE                    0x0001
>  #define IDS_INVALID_CALL_ARG                0x0005
> +#define IDS_OUT_OF_MEMORY                   0x0007

Adding private defines that are not used is not really useful. Please at
least add resources.

Jacek



More information about the wine-devel mailing list