* include/ddk/ntpoapi.h (POWER_INFORMATION_LEVEL): Remove.

* include/winnt.h (POWER_INFORMATION_LEVEL): Add.
	* include/ddk/winddk.h (SINGLE_LIST_ENTRY,SLIST_HEADER):
	Remove.
	* include/ddk/ndis.h (NdisAllocateSpinLock): Add missing '\'.
This commit is contained in:
Danny Smith
2003-06-02 22:21:54 +00:00
parent 3786526ea8
commit 38b524b385
5 changed files with 35 additions and 43 deletions

View File

@@ -2524,7 +2524,7 @@ NdisUnicodeStringToAnsiString(
* NdisAllocateSpinLock(
* IN PNDIS_SPIN_LOCK SpinLock);
*/
#define NdisAllocateSpinLock(_SpinLock)
#define NdisAllocateSpinLock(_SpinLock) \
KeInitializeSpinLock(&(_SpinLock)->SpinLock)
/*