aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-10-15 01:18:11 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-10-15 01:18:11 +0000
commit12a638f990d6bb2456097cc303f3ace6cfb5ec3b (patch)
tree6c838ab27eff7b4e680bd4318e88305d33373744 /winsup/w32api/ChangeLog
parent902edd4512f1ab29d0d764effb8c10912e9581ba (diff)
downloadnewlib-12a638f990d6bb2456097cc303f3ace6cfb5ec3b.zip
newlib-12a638f990d6bb2456097cc303f3ace6cfb5ec3b.tar.gz
newlib-12a638f990d6bb2456097cc303f3ace6cfb5ec3b.tar.bz2
2004-10-15 Robert Wruck <wruck@tweerlei.de>
Danny Smith <dannysmith@users.sourceforge.net> = 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.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 321f23e..a8afaf1 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,29 @@
+2004-10-15 Robert Wruck <wruck@tweerlei.de>
+ Danny Smith <dannysmith@users.sourceforge.net>
+
+ = 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 <wruck@tweerlei.de>
* include/ddk/winddk.h (IoReleaseRemoveLockAndWait): Fix