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