CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2004-10-15 01:18:12

Modified files:
        winsup/w32api  : ChangeLog 
        winsup/w32api/include: winbase.h 
        winsup/w32api/include/ddk: ntddk.h winddk.h 
        winsup/w32api/lib/ddk: ntoskrnl.def 

Log message:
        2004-10-15  Robert Wruck  <[EMAIL PROTECTED]>
        Danny Smith  <[EMAIL PROTECTED]>
        
        = include/winbase.h (InitializeSListHead, Interlocked*):
        Guard with !__USE_NTOSKRNL__.
        
        * include/ddk/ntddk.h (__USE_NTOSKRNL__): Define.
        * include/ddk/winddk.h (InitializeSListHead, Interlocked*):
        Guard with  __USE_NTOSKRNL__.
        (ExInterlockedPopEntrySList, ExInterlockedPushEntrySList):
        Add prototypes.  Guard macro definition with __USE_NTOSKRNL__
        && _WIN32_WINNT >= 0x0501
        (ExAllocateFromNPagedLookasideList, ExAllocateFromPagedLookasideList,
        ExFreeToNPagedLookasideList, ExFreeToPagedLookasideList):
        Replace calts to InterlockedPopEntrySList, InterlockedPushEntrySList
        with ExInterlockedPopEntrySList, ExInterlockedPushEntrySList.
        
        * lib/ddk/ntosknl.def (ExInterlockedPopEntrySList,
        ExInterlockedPushEntrySList)  Add stubs with fastcall decoration.
        (ExDesktopObjectType, ExEventObjectType, ExSemaphoreObjectType,
        ExWindowStationObjectType, IoAdapterObjectType,
        IoDeviceHandlerObjectSize, IoDeviceHandlerObjectType,
        IoDeviceObjectType, IoDriverObjectType, IoFileObjectType,
        LpcPortObjectType, MmSectionObjectType, SeTokenObjectType):
        Uncomment stubs.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.608&r2=1.609
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=src&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ddk/ntddk.h.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/ddk/winddk.h.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/ddk/ntoskrnl.def.diff?cvsroot=src&r1=1.6&r2=1.7

Reply via email to