OSDN Git Service

* include/winbase.h [_WIN32_WINNT >= 0x0400] (ConvertFiberToThread):
authorpapadopo <papadopo>
Mon, 6 Oct 2003 10:00:30 +0000 (10:00 +0000)
committerpapadopo <papadopo>
Mon, 6 Oct 2003 10:00:30 +0000 (10:00 +0000)
commitd7a170e493e756262b1cff767268aee0db0392c4
tree778e87a4923ef551cae05a765e102fe3341b2058
parente3249f66f7ad516caa2c743bc3043ef98206caa0
* 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.
winsup/w32api/ChangeLog
winsup/w32api/include/winbase.h
winsup/w32api/lib/kernel32.def