Yet another effort at translating the Win32 API headers
Don Clugston
dac at nospam.com.au
Fri May 19 00:11:53 PDT 2006
Lionello Lunesu wrote:
> Stewart,
>
> Thanks for all the work you've done so far on this, it's sure been helpful!
>
> I've changed a couple of things in winuser.d though:
>
> alias MAKELONG MAKEWPARAM;
> (the commented C code uses MAKELONG, but it was aliased to MAKEWORD)
>
> BOOL ExitWindows(UINT r,DWORD c)
> {
> return ExitWindowsEx(EWX_LOGOFF,0);
> }
>
> alias GetWindow GetNextWindow;
>
>
> L.
Thanks, I've folded that in.
Stewart -- we should think about making an alpha release soon.
Then a beta where we make minor improvements to the Windows API --
eg make the organisation of header files a bit more rational, get rid of
the worst instances of poor typing.
More information about the Digitalmars-d-announce
mailing list