]> sourceware.org Git - newlib-cygwin.git/commit
* include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
authorDimitri Papadopoulos <dimitri_at@users.sf.net>
Mon, 6 Oct 2003 09:45:59 +0000 (09:45 +0000)
committerDimitri Papadopoulos <dimitri_at@users.sf.net>
Mon, 6 Oct 2003 09:45:59 +0000 (09:45 +0000)
commita61556238ea605458dcd02f55f3fd8735c7b5687
treefaf49148e7de2302465144b22dd35cbaa6f3765c
parent928bc4d571b832da8c8d49c1c0ff0bcc7e4fb28f
* include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
Add constants.

* include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX[AW]): Add
structures.

* include/winbase.h [_WIN32_WINNT >= 0x0501] (ActivateActCtx): Add
function. MSDN says the first argument is HACTCTX but I'm not sure
where such a specialized handle is defined, so use HANDLE instead.

* include/winbase.h [_WIN32_WINNT >= 0x0501] (AttachConsole,
CheckNameLegalDOS8Dot3[AW]): Add functions.

* lib/user32.def (ActivateActCtx, AttachConsole,
CheckNameLegalDOS8Dot3[AW]): Add functions.

* lib/user32.def (AddLocalAlternateComputerName[AW]): Add functions.
Unfortunately I don't know which header to put the declarations in.
winsup/w32api/ChangeLog
winsup/w32api/include/winbase.h
winsup/w32api/include/wincon.h
winsup/w32api/lib/kernel32.def
This page took 0.031527 seconds and 5 git commands to generate.