Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2003-10-06 13:45:59 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2003-10-06 13:45:59 +0400
commita61556238ea605458dcd02f55f3fd8735c7b5687 (patch)
treefaf49148e7de2302465144b22dd35cbaa6f3765c /winsup/w32api/lib/kernel32.def
parent928bc4d571b832da8c8d49c1c0ff0bcc7e4fb28f (diff)
* 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.
Diffstat (limited to 'winsup/w32api/lib/kernel32.def')
-rw-r--r--winsup/w32api/lib/kernel32.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/w32api/lib/kernel32.def b/winsup/w32api/lib/kernel32.def
index 409532f79..423701bf5 100644
--- a/winsup/w32api/lib/kernel32.def
+++ b/winsup/w32api/lib/kernel32.def
@@ -1,13 +1,17 @@
LIBRARY KERNEL32.dll
EXPORTS
+ActivateActCtx@8
AddAtomA@4
AddAtomW@4
AddConsoleAliasA@12
AddConsoleAliasW@12
+AddLocalAlternateComputerNameA@8
+AddLocalAlternateComputerNameW@8
AllocConsole@0
AllocateUserPhysicalPages@12
AreFileApisANSI@0
AssignProcessToJobObject@8
+AttachConsole@4
BackupRead@28
BackupSeek@24
BackupWrite@28
@@ -25,6 +29,8 @@ CancelIo@4
CancelTimerQueueTimer@8
CancelWaitableTimer@4
ChangeTimerQueueTimer@16
+CheckNameLegalDOS8Dot3A@20
+CheckNameLegalDOS8Dot3W@20
ClearCommBreak@4
ClearCommError@12
CloseConsoleHandle@4