newlib/winsup/w32api/lib/ddk
Danny Smith 12a638f990 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-15 01:18:11 +00:00
..
Makefile.in * lib/Makefile.in (dist, install): Correct the install destinations. 2002-11-25 18:14:25 +00:00
apcups.def
cfgmgr32.def * lib/ddk/cfgmgr32.def: Remove duplicate symbol names. 2004-01-01 10:21:01 +00:00
dxapi.def
hal.def
hid.def 22004-09-05 Hosaka Yuji <hos@tamanegi.org> 2004-09-05 10:05:24 +00:00
hidparse.def
mcd.def
ndis.def *lib/ndis.def (NdisAllocateMemory): Correct stdcall suffix. 2003-03-20 00:44:06 +00:00
ntoskrnl.def 2004-10-15 Robert Wruck <wruck@tweerlei.de> 2004-10-15 01:18:11 +00:00
scsiport.def
tdi.def
usbcamd.def
usbcamd2.def
videoprt.def 2004-05-15 Filip Navara <xnavara@volny.cz> 2004-05-15 10:08:06 +00:00
win32k.def