Yet another effort at translating the Win32 API headers

Lionello Lunesu lio at lunesu.remove.com
Thu May 18 05:53:20 PDT 2006


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.



More information about the Digitalmars-d-announce mailing list