mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[UDFS] Keep same includes/defines on x64 as on other architectures
This commit is contained in:
parent
4d1a8f8f54
commit
5f69f99ce2
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue