* 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.
This commit is contained in:
Dimitri Papadopoulos
2003-10-06 10:00:31 +00:00
parent a61556238e
commit 16640527a7
3 changed files with 21 additions and 0 deletions

View File

@ -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