Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ddk/srb.h')
-rw-r--r--winsup/w32api/include/ddk/srb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/ddk/srb.h b/winsup/w32api/include/ddk/srb.h
index 74ba51a04..93563f283 100644
--- a/winsup/w32api/include/ddk/srb.h
+++ b/winsup/w32api/include/ddk/srb.h
@@ -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