From 12a638f990d6bb2456097cc303f3ace6cfb5ec3b Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Fri, 15 Oct 2004 01:18:11 +0000 Subject: 2004-10-15 Robert Wruck Danny Smith = 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. --- winsup/w32api/ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'winsup/w32api/ChangeLog') diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 321f23ec8..a8afaf14c 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,29 @@ +2004-10-15 Robert Wruck + Danny Smith + + = 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. + 2004-10-11 Robert Wruck * include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix -- cgit v1.2.3