include windef.h to get the definitions for BYTE and DWORD req. by bdatypes.h

svn path=/trunk/; revision=42466
This commit is contained in:
Christoph von Wittich 2009-08-07 14:09:36 +00:00
parent 84ef1b5a06
commit 093197d2de

View file

@ -1,11 +1,7 @@
#include <ntddk.h>
#include <windef.h>
#include <ks.h>
/* FIXME */
typedef unsigned long DWORD;
typedef UCHAR BYTE;
#include <bdatypes.h>
#include <bdamedia.h>
#include <bdasup.h>