Thread overview
Missing alias for WNDCLASSEXA in std.c.windows.windows
Mar 26, 2005
Joey Peters
Mar 26, 2005
Stewart Gordon
Mar 26, 2005
Joey Peters
May 08, 2007
Mark Mohr
March 26, 2005
Missing

alias WNDCLASSEXA WNDCLASSEX;

Nitpick.


March 26, 2005
Joey Peters wrote:
> Missing
> 
> alias WNDCLASSEXA WNDCLASSEX;

The whole of std.c.windows doesn't currently have ANSI/Unicode versioning, let alone the aliases in this respect.  So why single this one out?

Stewart.

-- 
My e-mail is valid but not my primary mailbox.  Please keep replies on on the 'group where everyone may benefit.
March 26, 2005
So it would be similar to the way they did it for WNDCLASS. Why do they do it for that one then?

"Stewart Gordon" <smjg_1998@yahoo.com> schreef in bericht news:d2409v$2rht$1@digitaldaemon.com...
> Joey Peters wrote:
>> Missing
>>
>> alias WNDCLASSEXA WNDCLASSEX;
>
> The whole of std.c.windows doesn't currently have ANSI/Unicode versioning, let alone the aliases in this respect.  So why single this one out?
>
> Stewart.
>
> -- 
> My e-mail is valid but not my primary mailbox.  Please keep replies on on the 'group where everyone may benefit.


May 08, 2007
Joey Peters Wrote:

> So it would be similar to the way they did it for WNDCLASS. Why do they do it for that one then?

I agree.  Also missing RegisterClassExA.

> 
> "Stewart Gordon" <smjg_1998@yahoo.com> schreef in bericht news:d2409v$2rht$1@digitaldaemon.com...
> > Joey Peters wrote:
> >> Missing
> >>
> >> alias WNDCLASSEXA WNDCLASSEX;
> >
> > The whole of std.c.windows doesn't currently have ANSI/Unicode versioning, let alone the aliases in this respect.  So why single this one out?
> >
> > Stewart.
> >
> > -- 
> > My e-mail is valid but not my primary mailbox.  Please keep replies on on the 'group where everyone may benefit.
> 
>