Re: [4/6] ipconfig: Partially implement basic adapter information output.

2010-08-16 Thread Andrew Nguyen
On 08/16/2010 01:24 PM, Juan Lang wrote: Hi Andrew, +static const WCHAR ethernetW[] = {'E','t','h','e','r','n','e','t',0}; +static const WCHAR unknownW[] = {'U','n','k','n','o','w','n',0}; shouldn't these be resources instead? --Juan Hmm, I suppose they probably should be. I was being "

Re: [4/6] ipconfig: Partially implement basic adapter information output.

2010-08-16 Thread Juan Lang
Hi Andrew, +static const WCHAR ethernetW[] = {'E','t','h','e','r','n','e','t',0}; +static const WCHAR unknownW[] = {'U','n','k','n','o','w','n',0}; shouldn't these be resources instead? --Juan