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:
		@@ -48,7 +48,7 @@ extern "C" {
 | 
			
		||||
#undef DebugPrint
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if DBG
 | 
			
		||||
#ifdef DBG
 | 
			
		||||
#define DebugPrint(x) ChangerClassDebugPrint x
 | 
			
		||||
#else
 | 
			
		||||
#define DebugPrint(x)
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@ extern "C" {
 | 
			
		||||
  #define SCSIPORTAPI DECLSPEC_IMPORT
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#if DBG
 | 
			
		||||
#ifdef DBG
 | 
			
		||||
#define DebugPrint(x) ScsiDebugPrint x
 | 
			
		||||
#else
 | 
			
		||||
#define DebugPrint(x)
 | 
			
		||||
@@ -64,7 +64,7 @@ typedef PHYSICAL_ADDRESS SCSI_PHYSICAL_ADDRESS, *PSCSI_PHYSICAL_ADDRESS;
 | 
			
		||||
 | 
			
		||||
#define MAXIMUM_CDB_SIZE                  12
 | 
			
		||||
 | 
			
		||||
#if DBG
 | 
			
		||||
#ifdef DBG
 | 
			
		||||
#define SCSI_PORT_SIGNATURE               0x54524f50
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -411,7 +411,7 @@ StorPortSynchronizeAccess(
 | 
			
		||||
  IN PSTOR_SYNCHRONIZED_ACCESS  SynchronizedAccessRoutine,
 | 
			
		||||
  IN PVOID  Context);
 | 
			
		||||
 | 
			
		||||
#if DBG
 | 
			
		||||
#ifdef DBG
 | 
			
		||||
#define DebugPrint(x) StorPortDebugPrint x
 | 
			
		||||
#else
 | 
			
		||||
#define DebugPrint(x)
 | 
			
		||||
 
 | 
			
		||||
@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user