Re: [PATCH 1/2] jscript: Add define for JS_E_OUT_OF_MEMORY.
24 Sep
2014
24 Sep
'14
9:20 a.m.
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
24 Sep
24 Sep
9:36 a.m.
New subject: [PATCH 1/2] jscript: Add define for JS_E_OUT_OF_MEMORY.
On Wed, Sep 24, 2014 at 5:20 PM, Jacek Caban <jacek(a)codeweavers.com> wrote:
Adding private defines that are not used is not really useful. Please at least add resources.
Thanks Jacek, a newer version is sent. -- Regards, Qian Hong - http://www.codeweavers.com
4100
Age (days ago)
4100
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jacek Caban -
Qian Hong