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 14:00:31 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2003-10-06 14:00:31 +0400
commit16640527a75814a9f914b795a8de51a12aff4ac4 (patch)
treeaa599a71984786d895befa44451e599867506068 /winsup/w32api/lib/kernel32.def
parenta61556238ea605458dcd02f55f3fd8735c7b5687 (diff)
* include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
Add function. Sometimes I don't understand MSDN. This function is available on Windows XP and Server 2003, but the SDK is supposed to make it available when _WIN32_WINNT >= 0x0400, or so says the MSDN. Mmmh... * include/winbase.h [_WIN32_WINNT >= 0x0400] (CreateFiberEx): Guard function. Same remark as above. * lib/user32.def (ConvertFiberToThread, CreateFiberEx): Add functions.
Diffstat (limited to 'winsup/w32api/lib/kernel32.def')
-rw-r--r--winsup/w32api/lib/kernel32.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/lib/kernel32.def b/winsup/w32api/lib/kernel32.def
index 423701bf5..4539e2d25 100644
--- a/winsup/w32api/lib/kernel32.def
+++ b/winsup/w32api/lib/kernel32.def
@@ -46,6 +46,7 @@ ConnectNamedPipe@8
ConsoleMenuControl@12
ContinueDebugEvent@12
ConvertDefaultLocale@4
+ConvertFiberToThread@0
ConvertThreadToFiber@4
ConvertToGlobalHandle@4
CopyFileA@12
@@ -60,6 +61,7 @@ CreateDirectoryW@8
CreateEventA@16
CreateEventW@16
CreateFiber@12
+CreateFiberEx@12
CreateFileA@28
CreateFileMappingA@24
CreateFileMappingW@24