CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-10-06 10:00:31

Modified files:
        winsup/w32api  : ChangeLog 
        winsup/w32api/include: winbase.h 
        winsup/w32api/lib: kernel32.def 

Log message:
        * 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.483&r2=1.484
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=src&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/kernel32.def.diff?cvsroot=src&r1=1.12&r2=1.13

Reply via email to