Re: shell32: Implement ordinal 704, also known as GUIDFromStringW.

2009-01-14 Thread Dmitry Timoshkov
"Hans Leidekker" wrote: > On Wednesday 14 January 2009 17:01:06 Juan Lang wrote: > >> + 704 stdcall @(wstr ptr) SHELL32_704 # GUIDFromStringW >> >> Out of curiosity, what's the reason for using SHELL32_704 as the name, >> instead of GUIDFromStringW? > > I just followed a pattern already there

Re: shell32: Implement ordinal 704, also known as GUIDFromStringW.

2009-01-14 Thread Alexandre Julliard
Hans Leidekker writes: > On Wednesday 14 January 2009 17:01:06 Juan Lang wrote: > >> + 704 stdcall @(wstr ptr) SHELL32_704 # GUIDFromStringW >> >> Out of curiosity, what's the reason for using SHELL32_704 as the name, >> instead of GUIDFromStringW? > > I just followed a pattern already there i

Re: shell32: Implement ordinal 704, also known as GUIDFromStringW.

2009-01-14 Thread Austin English
On Wed, Jan 14, 2009 at 10:15 AM, Hans Leidekker wrote: > On Wednesday 14 January 2009 17:01:06 Juan Lang wrote: > >> + 704 stdcall @(wstr ptr) SHELL32_704 # GUIDFromStringW >> >> Out of curiosity, what's the reason for using SHELL32_704 as the name, >> instead of GUIDFromStringW? > > I just follo

Re: shell32: Implement ordinal 704, also known as GUIDFromStringW.

2009-01-14 Thread Juan Lang
> I just followed a pattern already there in shell32, I don't know the exact > rules that apply here, to be honest. I neither, I was seeking illumination. In case there's an absence of clear rules, I'd suggest the more readable GUIDFromStringW is better. --Juan

Re: shell32: Implement ordinal 704, also known as GUIDFromStringW.

2009-01-14 Thread Hans Leidekker
On Wednesday 14 January 2009 17:01:06 Juan Lang wrote: > + 704 stdcall @(wstr ptr) SHELL32_704 # GUIDFromStringW > > Out of curiosity, what's the reason for using SHELL32_704 as the name, > instead of GUIDFromStringW? I just followed a pattern already there in shell32, I don't know the exact ru

Re: shell32: Implement ordinal 704, also known as GUIDFromStringW.

2009-01-14 Thread Juan Lang
Hi Hans, + 704 stdcall @(wstr ptr) SHELL32_704 # GUIDFromStringW Out of curiosity, what's the reason for using SHELL32_704 as the name, instead of GUIDFromStringW? --Juan