Commit 2bbb39d6 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

ntdll: Removed conflict for FAILED (defined both in our winerror.h and in linux/scsi.h).

parent aa3ad44e
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment