mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:14:10 +00:00
build fixes
svn path=/trunk/; revision=19170
This commit is contained in:
parent
61f6a69b0e
commit
fcad5d2773
12 changed files with 34 additions and 14 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue