[UDFS] Keep same includes/defines on x64 as on other architectures

This commit is contained in:
Hervé Poussineau 2019-04-07 19:08:04 +02:00
parent 4d1a8f8f54
commit 5f69f99ce2

View file

@ -22,8 +22,6 @@ Environment:
#ifndef __SCSI_PORT_H__
#define __SCSI_PORT_H__
#ifndef WIN64
#include "srb.h"
#ifdef SCSIPORT_API
@ -166,7 +164,6 @@ typedef struct _DUMP_POINTERS {
ULONG CommonBufferSize;
} DUMP_POINTERS, *PDUMP_POINTERS;
#endif //WIN64
// Define values for pass-through DataIn field.