mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 14:09:43 +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__
|
#ifndef __SCSI_PORT_H__
|
||||||
#define __SCSI_PORT_H__
|
#define __SCSI_PORT_H__
|
||||||
|
|
||||||
#ifndef WIN64
|
|
||||||
|
|
||||||
#include "srb.h"
|
#include "srb.h"
|
||||||
|
|
||||||
#ifdef SCSIPORT_API
|
#ifdef SCSIPORT_API
|
||||||
|
@ -166,7 +164,6 @@ typedef struct _DUMP_POINTERS {
|
||||||
ULONG CommonBufferSize;
|
ULONG CommonBufferSize;
|
||||||
} DUMP_POINTERS, *PDUMP_POINTERS;
|
} DUMP_POINTERS, *PDUMP_POINTERS;
|
||||||
|
|
||||||
#endif //WIN64
|
|
||||||
|
|
||||||
|
|
||||||
// Define values for pass-through DataIn field.
|
// Define values for pass-through DataIn field.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue