2004-01-15 Filip Navara <xnavara@volny.cz>

* include/ddk/mcd.h: Don't care about value of DBG define.
	* include/ddk/srb.h: Ditto.
	* include/ddk/storport.h: Ditto.
	* include/ddk/video.h: Ditto.
	* include/nspapi.h (SetServiceW, GetAddressByNameA,
	GetAddressByNameW): Correct protoype.
	* include/ntsecapi.h (PCUNICODE_STRING): Define.
This commit is contained in:
Danny Smith
2004-01-15 07:19:20 +00:00
parent 8e5d1131de
commit d4c437af3e
7 changed files with 20 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ typedef HW_DMA_RETURN
PDMA pDma);
#if DBG
#ifdef DBG
#define PAGED_CODE() \
if (VideoPortGetCurrentIrql() > 1 /* APC_LEVEL */) \
@@ -1553,7 +1553,7 @@ VideoPortZeroMemory(
IN PVOID Destination,
IN ULONG Length);
#if DBG
#ifdef DBG
#define VideoDebugPrint(x) VideoPortDebugPrint x
#else
#define VideoDebugPrint(x)