OSDN Git Service

* include/winbase.h [_WIN32_WINNT >= 0x0501] (ACTCTX_FLAG_*):
authorpapadopo <papadopo>
Mon, 6 Oct 2003 09:45:58 +0000 (09:45 +0000)
committerpapadopo <papadopo>
Mon, 6 Oct 2003 09:45:58 +0000 (09:45 +0000)
commite3249f66f7ad516caa2c743bc3043ef98206caa0
tree0d80701790fd827d5f6c0bb0b368bf2bb03da379
parent4140a3bce05721ba73f528c14324100c9708f15d
* 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