ntdll: Removed conflict for FAILED (defined both in our winerror.h and in linux/scsi.h).
This commit is contained in:
parent
aa3ad44edf
commit
2bbb39d601
|
@ -49,6 +49,7 @@
|
|||
#ifdef HAVE_SCSI_SCSI_H
|
||||
# include <scsi/scsi.h>
|
||||
# undef REASSIGN_BLOCKS /* avoid conflict with winioctl.h */
|
||||
# undef FAILED /* avoid conflict with winerror.h */
|
||||
#endif
|
||||
#ifdef HAVE_SCSI_SCSI_IOCTL_H
|
||||
# include <scsi/scsi_ioctl.h>
|
||||
|
|
Loading…
Reference in New Issue