build fixes

svn path=/trunk/; revision=19170
This commit is contained in:
Steven Edwards 2005-11-12 06:37:36 +00:00
parent 61f6a69b0e
commit fcad5d2773
12 changed files with 34 additions and 14 deletions

View file

@ -8,12 +8,16 @@
* PROGRAMMER: Hartmut Birr
*/
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <ddk/ntddk.h>
#include <ddk/ntddscsi.h>
#include <ddk/scsi.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#define _NTSCSI_USER_MODE_
#include <ntddscsi.h>
#include <scsi.h>
BOOL GetInquiryData(HANDLE hDevice, PINQUIRYDATA InquiryData)
{