mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[UDFS] Keep same includes/defines on x64 as on other architectures
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user