Make scsi header um friendly
Modified: trunk/reactos/w32api/include/ddk/ntddscsi.h
--- trunk/reactos/w32api/include/ddk/ntddscsi.h 2005-06-20 22:51:54 UTC (rev 16196) +++ trunk/reactos/w32api/include/ddk/ntddscsi.h 2005-06-20 22:54:01 UTC (rev 16197) @@ -156,7 +156,7 @@
#define SCSI_IOCTL_DATA_UNSPECIFIED 2 typedef struct _DUMP_POINTERS {
- PADAPTER_OBJECT AdapterObject;
+ struct _ADAPTER_OBJECT *AdapterObject;
PVOID MappedRegisterBase; PVOID DumpData; PVOID CommonBufferVa;