CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-10-07 08:47:06

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

Log message:
        * include/winbase.h [_WIN32_WINNT >= 0x0500] (GetComputerNameEx[AW],
        GetProcessIoCounters): Add functions.
        
        * include/winbase.h [_WIN32_WINNT >= 0x0500] (COMPUTER_NAME_FORMAT):
        Move around, needed by GetComputerNameEx.
        
        * include/winbase.h [_WIN32_WINNT >= 0x0501] (FindActCtxSectionGuid,
        FindActCtxSectionString[AW], GetCurrentActCtx, GetNativeSystemInfo):
        Add functions.
        
        * include/winbase.h [_WIN32_WINNT >= 0x0501]
        (ACTCTX_SECTION_KEYED_DATA): Add structure.
        
        * include/winbase.h [_WIN32_WINNT >= 0x0502] (GetDllDirectory[AW],
        GetFirmwareEnvironmentVariable[AW], GetProcessHandleCount,
        GetProcessId, GetSystemRegistryQuota): Add functions, available on
        Windows XP SP1 and better.
        
        * include/winnt.h [_WIN32_WINNT >= 0x0501]
        (ACTIVATION_CONTEXT_SECTION_ASSEMBLY_INFORMATION,
        ACTIVATION_CONTEXT_SECTION_DLL_REDIRECTION,
        ACTIVATION_CONTEXT_SECTION_WINDOW_CLASS_REDIRECTION,
        ACTIVATION_CONTEXT_SECTION_COM_SERVER_REDIRECTION,
        ACTIVATION_CONTEXT_SECTION_COM_INTERFACE_REDIRECTION,
        ACTIVATION_CONTEXT_SECTION_COM_TYPE_LIBRARY_REDIRECTION,
        ACTIVATION_CONTEXT_SECTION_COM_PROGID_REDIRECTION,
        ACTIVATION_CONTEXT_SECTION_CLR_SURROGATES): Add constants.
        
        * lib/user32.def (FindActCtxSectionGuid, FindActCtxSectionString[AW],
        GetComputerNameEx[AW], GetCurrentActCtx, GetDllDirectory[AW],
        GetFirmwareEnvironmentVariable[AW], GetModuleHandleEx[AW],
        GetNativeSystemInfo, GetProcessHandleCount, GetProcessIoCounters):
        Add functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.488&r2=1.489
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=src&r1=1.54&r2=1.55
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=src&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/kernel32.def.diff?cvsroot=src&r1=1.15&r2=1.16

Reply via email to