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

This commit is contained in:
Eric Pouech 2008-03-04 21:36:54 +01:00 committed by Alexandre Julliard
parent aa3ad44edf
commit 2bbb39d601
1 changed files with 1 additions and 0 deletions

View File

@ -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>